[llvm-commits] CVS: llvm/lib/Transforms/Instrumentation/Makefile

Chris Lattner lattner at cs.uiuc.edu
Sun Oct 23 18:58:57 PDT 2005



Changes in directory llvm/lib/Transforms/Instrumentation:

Makefile updated: 1.6 -> 1.7
---
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/Transforms/Instrumentation/Makefile
diff -u llvm/lib/Transforms/Instrumentation/Makefile:1.6 llvm/lib/Transforms/Instrumentation/Makefile:1.7
--- llvm/lib/Transforms/Instrumentation/Makefile:1.6	Wed Oct 27 18:18:45 2004
+++ llvm/lib/Transforms/Instrumentation/Makefile	Sun Oct 23 20:58:46 2005
@@ -10,6 +10,7 @@
 LIBRARYNAME = LLVMInstrumentation 
 PARALLEL_DIRS = ProfilePaths 
 BUILD_ARCHIVE = 1
+DONT_BUILD_RELINKED = 1
 
 include $(LEVEL)/Makefile.common
 






More information about the llvm-commits mailing list