[llvm-commits] CVS: llvm-poolalloc/runtime/PoolAllocator/Makefile
John Criswell
criswell at cs.uiuc.edu
Tue May 24 13:35:59 PDT 2005
Changes in directory llvm-poolalloc/runtime/PoolAllocator:
Makefile updated: 1.7 -> 1.8
---
Log message:
Don't build a bytecode version of the library. The Makefile rules are
somehow broken, and we don't use it anyway.
---
Diffs of the changes: (+0 -1)
Makefile | 1 -
1 files changed, 1 deletion(-)
Index: llvm-poolalloc/runtime/PoolAllocator/Makefile
diff -u llvm-poolalloc/runtime/PoolAllocator/Makefile:1.7 llvm-poolalloc/runtime/PoolAllocator/Makefile:1.8
--- llvm-poolalloc/runtime/PoolAllocator/Makefile:1.7 Wed May 18 14:56:35 2005
+++ llvm-poolalloc/runtime/PoolAllocator/Makefile Tue May 24 15:35:30 2005
@@ -1,5 +1,4 @@
LEVEL = ../..
-BYTECODE_LIBRARY=1
SHARED_LIBRARY=1
LIBRARYNAME=poolalloc_rt_old
More information about the llvm-commits
mailing list