[llvm-commits] CVS: llvm/lib/Target/CBackend/Makefile

Reid Spencer reid at x10sys.com
Thu Nov 2 16:01:11 PST 2006



Changes in directory llvm/lib/Target/CBackend:

Makefile updated: 1.7 -> 1.8
---
Log message:

Make CBackend -pedantic clean.


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

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


Index: llvm/lib/Target/CBackend/Makefile
diff -u llvm/lib/Target/CBackend/Makefile:1.7 llvm/lib/Target/CBackend/Makefile:1.8
--- llvm/lib/Target/CBackend/Makefile:1.7	Thu Jun  1 00:49:51 2006
+++ llvm/lib/Target/CBackend/Makefile	Thu Nov  2 18:00:57 2006
@@ -11,5 +11,4 @@
 LIBRARYNAME = LLVMCBackend
 include $(LEVEL)/Makefile.common
 
-CompileCommonOpts := $(filter-out -pedantic,$(CompileCommonOpts))
-CompileCommonOpts := $(filter-out -Wno-long-long,$(CompileCommonOpts))
+CompileCommonOpts := $(CompileCommonOpts) -Wno-format






More information about the llvm-commits mailing list