[llvm-commits] CVS: llvm/tools/bugpoint/Makefile
    Reid Spencer 
    reid at x10sys.com
       
    Sat Feb  3 15:16:24 PST 2007
    
    
  
Changes in directory llvm/tools/bugpoint:
Makefile updated: 1.20 -> 1.21
---
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:  (+1 -1)
 Makefile |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/tools/bugpoint/Makefile
diff -u llvm/tools/bugpoint/Makefile:1.20 llvm/tools/bugpoint/Makefile:1.21
--- llvm/tools/bugpoint/Makefile:1.20	Wed Dec 13 10:54:08 2006
+++ llvm/tools/bugpoint/Makefile	Sat Feb  3 17:15:56 2007
@@ -11,7 +11,7 @@
 TOOLNAME = bugpoint
 
 LINK_COMPONENTS := bcreader bcwriter asmparser instrumentation scalaropts ipo \
-                   transforms linker
+                   linker
 REQUIRES_EH := 1
 
 include $(LEVEL)/Makefile.common
    
    
More information about the llvm-commits
mailing list