[llvm-commits] CVS: llvm/runtime/libprofile/Makefile

Reid Spencer reid at x10sys.com
Thu Jan 13 08:53:16 PST 2005



Changes in directory llvm/runtime/libprofile:

Makefile updated: 1.6 -> 1.7
---
Log message:

Turn on LOADABLE_MODULE so that profile.so can be loaded dynamically by
the JIT.


---
Diffs of the changes:  (+1 -0)

Index: llvm/runtime/libprofile/Makefile
diff -u llvm/runtime/libprofile/Makefile:1.6 llvm/runtime/libprofile/Makefile:1.7
--- llvm/runtime/libprofile/Makefile:1.6	Tue Dec 21 23:57:33 2004
+++ llvm/runtime/libprofile/Makefile	Thu Jan 13 10:53:05 2005
@@ -10,6 +10,7 @@
 LEVEL = ../..
 BYTECODE_LIBRARY = 1
 SHARED_LIBRARY = 1
+LOADABLE_MODULE = 1
 LIBRARYNAME = profile_rt
 EXTRA_DIST = exported_symbols.lst
 EXPORTED_SYMBOL_FILE = $(BUILD_SRC_DIR)/exported_symbols.lst






More information about the llvm-commits mailing list