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 _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits