aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/CBackend/Makefile
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2006-06-01 01:55:21 +0000
committerReid Spencer <rspencer@reidspencer.com>2006-06-01 01:55:21 +0000
commit72f42bbc9baad5fce8ee0a9ef969afbfc201f467 (patch)
treec5981dd67ab0c6a8041933c3e3a7d2f88028e472 /lib/Target/CBackend/Makefile
parentdee05112a63cdd440dfb27db12ef541b7afd0a6d (diff)
downloadexternal_llvm-72f42bbc9baad5fce8ee0a9ef969afbfc201f467.zip
external_llvm-72f42bbc9baad5fce8ee0a9ef969afbfc201f467.tar.gz
external_llvm-72f42bbc9baad5fce8ee0a9ef969afbfc201f467.tar.bz2
For 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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28614 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/CBackend/Makefile')
-rw-r--r--lib/Target/CBackend/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Target/CBackend/Makefile b/lib/Target/CBackend/Makefile
index ac6ff3b..9b26d8b 100644
--- a/lib/Target/CBackend/Makefile
+++ b/lib/Target/CBackend/Makefile
@@ -9,5 +9,4 @@
LEVEL = ../../..
LIBRARYNAME = LLVMCBackend
-CXXFLAGS += -pedantic -Wno-long-long
include $(LEVEL)/Makefile.common