[llvm-commits] CVS: llvm/lib/Analysis/IPA/Makefile
Chris Lattner
lattner at cs.uiuc.edu
Sun Oct 23 19:00:00 PDT 2005
Changes in directory llvm/lib/Analysis/IPA:
Makefile updated: 1.4 -> 1.5
---
Log message:
Only build .a file versions of these libraries, instead of .a and .o versions.
This should speed up build times.
---
Diffs of the changes: (+1 -0)
Makefile | 1 +
1 files changed, 1 insertion(+)
Index: llvm/lib/Analysis/IPA/Makefile
diff -u llvm/lib/Analysis/IPA/Makefile:1.4 llvm/lib/Analysis/IPA/Makefile:1.5
--- llvm/lib/Analysis/IPA/Makefile:1.4 Thu Oct 28 00:36:47 2004
+++ llvm/lib/Analysis/IPA/Makefile Sun Oct 23 20:59:48 2005
@@ -9,6 +9,7 @@
LEVEL = ../../..
LIBRARYNAME = LLVMipa
BUILD_ARCHIVE = 1
+DONT_BUILD_RELINKED = 1
include $(LEVEL)/Makefile.common
More information about the llvm-commits
mailing list