[llvm-commits] [release_19] CVS: llvm-poolalloc/lib/DSA/Makefile
John Criswell
criswell at cs.uiuc.edu
Thu Jan 11 14:29:58 PST 2007
Changes in directory llvm-poolalloc/lib/DSA:
Makefile updated: 1.5.2.1 -> 1.5.2.2
---
Log message:
Build a shared library that can be loaded into the opt command.
---
Diffs of the changes: (+3 -0)
Makefile | 3 +++
1 files changed, 3 insertions(+)
Index: llvm-poolalloc/lib/DSA/Makefile
diff -u llvm-poolalloc/lib/DSA/Makefile:1.5.2.1 llvm-poolalloc/lib/DSA/Makefile:1.5.2.2
--- llvm-poolalloc/lib/DSA/Makefile:1.5.2.1 Tue Dec 12 16:42:42 2006
+++ llvm-poolalloc/lib/DSA/Makefile Thu Jan 11 16:29:43 2007
@@ -8,6 +8,9 @@
##===----------------------------------------------------------------------===##
LEVEL = ../..
+SHARED_LIBRARY=1
+LOADABLE_MODULE = 1
+DONT_BUILD_RELINKED=1
LIBRARYNAME = LLVMDataStructure
include $(LEVEL)/Makefile.common
More information about the llvm-commits
mailing list