[llvm-commits] CVS: llvm-poolalloc/runtime/FreeListAllocator/Makefile
John Criswell
criswell at cs.uiuc.edu
Wed May 25 18:19:48 PDT 2005
Changes in directory llvm-poolalloc/runtime/FreeListAllocator:
Makefile updated: 1.5 -> 1.6
---
Log message:
Do not create bytecode versions of the library.
---
Diffs of the changes: (+0 -1)
Makefile | 1 -
1 files changed, 1 deletion(-)
Index: llvm-poolalloc/runtime/FreeListAllocator/Makefile
diff -u llvm-poolalloc/runtime/FreeListAllocator/Makefile:1.5 llvm-poolalloc/runtime/FreeListAllocator/Makefile:1.6
--- llvm-poolalloc/runtime/FreeListAllocator/Makefile:1.5 Wed May 18 14:56:31 2005
+++ llvm-poolalloc/runtime/FreeListAllocator/Makefile Wed May 25 20:19:26 2005
@@ -1,5 +1,4 @@
LEVEL = ../..
-BYTECODE_LIBRARY=1
SHARED_LIBRARY=1
LIBRARYNAME=poolalloc_fl_rt
More information about the llvm-commits
mailing list