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

Robert Bocchino bocchino at cs.uiuc.edu
Tue Oct 18 12:50:49 PDT 2005



Changes in directory llvm/lib/Transforms:

Makefile updated: 1.9.6.1 -> 1.9.6.2
---
Log message:

Don't build TLS.


---
Diffs of the changes:  (+1 -1)

 Makefile |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm/lib/Transforms/Makefile
diff -u llvm/lib/Transforms/Makefile:1.9.6.1 llvm/lib/Transforms/Makefile:1.9.6.2
--- llvm/lib/Transforms/Makefile:1.9.6.1	Tue Oct 18 14:21:57 2005
+++ llvm/lib/Transforms/Makefile	Tue Oct 18 14:50:38 2005
@@ -7,7 +7,7 @@
 # 
 ##===----------------------------------------------------------------------===##
 LEVEL = ../..
-PARALLEL_DIRS = Utils Instrumentation Scalar IPO Vector TLS
+PARALLEL_DIRS = Utils Instrumentation Scalar IPO Vector
 LIBRARYNAME = LLVMTransforms
 BUILD_ARCHIVE = 1
 






More information about the llvm-commits mailing list