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

Reid Spencer reid at x10sys.com
Wed May 31 18:55:38 PDT 2006



Changes in directory llvm/lib/Target/CBackend:

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

For PR786: http://llvm.cs.uiuc.edu/PR786 :
Turn -pedantic and -Wno-long-long compile flags on by default. In a few
places, avoid the warnings by removing these options in the local makefile.
One notable exception: lib/Target/CBackend/Writer.cpp. These warnings are
left on as a reminder to developers to clean them up.


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

 Makefile |    1 -
 1 files changed, 1 deletion(-)


Index: llvm/lib/Target/CBackend/Makefile
diff -u llvm/lib/Target/CBackend/Makefile:1.5 llvm/lib/Target/CBackend/Makefile:1.6
--- llvm/lib/Target/CBackend/Makefile:1.5	Wed May 31 20:30:26 2006
+++ llvm/lib/Target/CBackend/Makefile	Wed May 31 20:55:21 2006
@@ -9,5 +9,4 @@
 
 LEVEL = ../../..
 LIBRARYNAME = LLVMCBackend
-CXXFLAGS += -pedantic -Wno-long-long
 include $(LEVEL)/Makefile.common






More information about the llvm-commits mailing list