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

John Criswell criswell at choi.cs.uiuc.edu
Mon Jun 23 14:06:05 PDT 2003


Changes in directory llvm/tools/lli:

ExecutionEngine.cpp updated: 1.12 -> 1.12.2.1
Makefile updated: 1.24 -> 1.24.2.1

---
Log message:

Initial autoconf checkin.


---
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.12.2.1
--- llvm/tools/lli/ExecutionEngine.cpp:1.12	Wed May 14 12:53:49 2003
+++ llvm/tools/lli/ExecutionEngine.cpp	Mon Jun 23 14:04:51 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.24 llvm/tools/lli/Makefile:1.24.2.1
--- llvm/tools/lli/Makefile:1.24	Tue May 27 16:42:05 2003
+++ llvm/tools/lli/Makefile	Mon Jun 23 14:04:51 2003
@@ -22,9 +22,4 @@
 USEDLIBS = lli-interpreter $(JITLIBS) bcreader vmcore scalaropts \
            analysis.a support.a target.a $(ARCHLIBS)
 
-# Have gcc tell the linker to export symbols from the program so that
-# dynamically loaded modules can be linked against them.
-#
-TOOLLINKOPTS = -ldl
-
 include $(LEVEL)/Makefile.common





More information about the llvm-commits mailing list