[llvm-commits] CVS: llvm/lib/ExecutionEngine/Interpreter/Interpreter.h

Brian Gaeke gaeke at cs.uiuc.edu
Fri Sep 5 14:40:13 PDT 2003


Changes in directory llvm/lib/ExecutionEngine/Interpreter:

Interpreter.h updated: 1.40 -> 1.41

---
Log message:

ExecutionEngine.h, GenericValue.h --> include/llvm/ExecutionEngine/
Build ExecutionEngine as library.


---
Diffs of the changes:

Index: llvm/lib/ExecutionEngine/Interpreter/Interpreter.h
diff -u llvm/lib/ExecutionEngine/Interpreter/Interpreter.h:1.40 llvm/lib/ExecutionEngine/Interpreter/Interpreter.h:1.41
--- llvm/lib/ExecutionEngine/Interpreter/Interpreter.h:1.40	Fri Sep  5 13:55:03 2003
+++ llvm/lib/ExecutionEngine/Interpreter/Interpreter.h	Fri Sep  5 14:39:22 2003
@@ -7,8 +7,8 @@
 #ifndef LLI_INTERPRETER_H
 #define LLI_INTERPRETER_H
 
-#include "../ExecutionEngine.h"
-#include "../GenericValue.h"
+#include "llvm/ExecutionEngine/ExecutionEngine.h"
+#include "llvm/ExecutionEngine/GenericValue.h"
 #include "Support/DataTypes.h"
 #include "llvm/Assembly/CachedWriter.h"
 #include "llvm/Target/TargetData.h"





More information about the llvm-commits mailing list