[llvm-commits] CVS: llvm/lib/Transforms/Makefile ExprTypeConvert.cpp LevelRaise.cpp TransformInternals.cpp

Reid Spencer reid at x10sys.com
Sat Feb 3 15:16:15 PST 2007



Changes in directory llvm/lib/Transforms:

Makefile updated: 1.11 -> 1.12
ExprTypeConvert.cpp (r1.124) removed
LevelRaise.cpp (r1.118) removed
TransformInternals.cpp (r1.52) removed
---
Log message:

For PR1072: http://llvm.org/PR1072 :
Removing -raise has neglible positive or negative side effects so we are
opting to remove it. See the PR for comparison details.


---
Diffs of the changes:  (+0 -2)

 Makefile |    2 --
 1 files changed, 2 deletions(-)


Index: llvm/lib/Transforms/Makefile
diff -u llvm/lib/Transforms/Makefile:1.11 llvm/lib/Transforms/Makefile:1.12
--- llvm/lib/Transforms/Makefile:1.11	Sun Oct 23 21:25:48 2005
+++ llvm/lib/Transforms/Makefile	Sat Feb  3 17:15:56 2007
@@ -9,8 +9,6 @@
 
 LEVEL = ../..
 PARALLEL_DIRS = Utils Instrumentation Scalar IPO
-LIBRARYNAME = LLVMTransforms
-BUILD_ARCHIVE = 1
 
 include $(LEVEL)/Makefile.common
 






More information about the llvm-commits mailing list