[llvm-commits] CVS: llvm/tools/lli/ExecutionEngine.cpp Makefile

John Criswell criswell at cs.uiuc.edu
Mon Jun 30 17:02:53 PDT 2003


Changes in directory llvm/tools/lli:

ExecutionEngine.cpp updated: 1.12 -> 1.13
Makefile updated: 1.31 -> 1.32

---
Log message:

Merged in autoconf branch.  This provides configuration via the autoconf
system.


---
Diffs of the changes:

Index: llvm/tools/lli/ExecutionEngine.cpp
diff -u llvm/tools/lli/ExecutionEngine.cpp:1.12 llvm/tools/lli/ExecutionEngine.cpp:1.13
--- llvm/tools/lli/ExecutionEngine.cpp:1.12	Wed May 14 12:53:49 2003
+++ llvm/tools/lli/ExecutionEngine.cpp	Mon Jun 30 16:59:00 2003
@@ -12,7 +12,7 @@
 #include "llvm/Module.h"
 #include "llvm/Target/TargetData.h"
 #include "Support/Statistic.h"
-#include <dlfcn.h>
+#include "Config/dlfcn.h"
 
 Statistic<> NumInitBytes("lli", "Number of bytes of global vars initialized");
 


Index: llvm/tools/lli/Makefile
diff -u llvm/tools/lli/Makefile:1.31 llvm/tools/lli/Makefile:1.32
--- llvm/tools/lli/Makefile:1.31	Tue Jun 17 15:09:18 2003
+++ llvm/tools/lli/Makefile	Mon Jun 30 16:59:00 2003
@@ -3,7 +3,7 @@
 PARALLEL_DIRS = Interpreter JIT
 
 # Get the config name...
-include $(LEVEL)/Makefile.$(shell uname)
+include $(LEVEL)/Makefile.config
 
 # Generic JIT libraries
 JITLIBS   = lli-jit codegen





More information about the llvm-commits mailing list