[llvm-commits] CVS: llvm/tools/llc/Makefile
Vikram Adve
vadve at cs.uiuc.edu
Wed Nov 6 10:12:01 PST 2002
Changes in directory llvm/tools/llc:
Makefile updated: 1.31 -> 1.32
---
Log message:
Don't build llc symbols by default.
---
Diffs of the changes:
Index: llvm/tools/llc/Makefile
diff -u llvm/tools/llc/Makefile:1.31 llvm/tools/llc/Makefile:1.32
--- llvm/tools/llc/Makefile:1.31 Mon Nov 4 14:50:54 2002
+++ llvm/tools/llc/Makefile Wed Nov 6 10:10:57 2002
@@ -23,7 +23,6 @@
vmcore \
support
TOOLLINKOPTS = -ldl
-KEEP_SYMBOLS = 1
include $(LEVEL)/Makefile.common
More information about the llvm-commits
mailing list