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

Reid Spencer reid at x10sys.com
Wed May 31 22:50:04 PDT 2006



Changes in directory llvm/lib/Target/CBackend:

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

For PR786: http://llvm.cs.uiuc.edu/PR786 :
Don't warn about -pedantic errors. Add a note to the PR instead.


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

 Makefile |    3 +++
 1 files changed, 3 insertions(+)


Index: llvm/lib/Target/CBackend/Makefile
diff -u llvm/lib/Target/CBackend/Makefile:1.6 llvm/lib/Target/CBackend/Makefile:1.7
--- llvm/lib/Target/CBackend/Makefile:1.6	Wed May 31 20:55:21 2006
+++ llvm/lib/Target/CBackend/Makefile	Thu Jun  1 00:49:51 2006
@@ -10,3 +10,6 @@
 LEVEL = ../../..
 LIBRARYNAME = LLVMCBackend
 include $(LEVEL)/Makefile.common
+
+CompileCommonOpts := $(filter-out -pedantic,$(CompileCommonOpts))
+CompileCommonOpts := $(filter-out -Wno-long-long,$(CompileCommonOpts))






More information about the llvm-commits mailing list