[llvm-commits] CVS: llvm/tools/llc/Makefile

Vikram Adve vadve at cs.uiuc.edu
Sun Dec 8 23:54:02 PST 2002


Changes in directory llvm/tools/llc:

Makefile updated: 1.32 -> 1.33

---
Log message:

Fix link errors due to new IPModRef pass.


---
Diffs of the changes:

Index: llvm/tools/llc/Makefile
diff -u llvm/tools/llc/Makefile:1.32 llvm/tools/llc/Makefile:1.33
--- llvm/tools/llc/Makefile:1.32	Wed Nov  6 10:10:57 2002
+++ llvm/tools/llc/Makefile	Sun Dec  8 23:53:11 2002
@@ -14,15 +14,17 @@
            bcreader \
            bcwriter \
            ipo \
-           ipa.a \
-           datastructure.a \
 	   scalaropts \
            transforms \
            analysis \
+           ipa \
+           datastructure \
            transformutils \
            vmcore \
            support
 TOOLLINKOPTS = -ldl
+
+KEEP_SYMBOLS = 1
 
 include $(LEVEL)/Makefile.common
 





More information about the llvm-commits mailing list