aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/CBackend/Makefile
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2006-11-03 00:00:57 +0000
committerReid Spencer <rspencer@reidspencer.com>2006-11-03 00:00:57 +0000
commit3a717d522f1457d63a393bbf49229eeb19f2605b (patch)
tree3f220a5c62aea325cdd1a1c6781346e7094981b4 /lib/Target/CBackend/Makefile
parent97821311a32b5ca11b5f843f90a85875feb7d142 (diff)
downloadexternal_llvm-3a717d522f1457d63a393bbf49229eeb19f2605b.zip
external_llvm-3a717d522f1457d63a393bbf49229eeb19f2605b.tar.gz
external_llvm-3a717d522f1457d63a393bbf49229eeb19f2605b.tar.bz2
Make CBackend -pedantic clean.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31388 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/CBackend/Makefile')
-rw-r--r--lib/Target/CBackend/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/Target/CBackend/Makefile b/lib/Target/CBackend/Makefile
index 9e00bdb..052a4eb 100644
--- a/lib/Target/CBackend/Makefile
+++ b/lib/Target/CBackend/Makefile
@@ -11,5 +11,4 @@ LEVEL = ../../..
LIBRARYNAME = LLVMCBackend
include $(LEVEL)/Makefile.common
-CompileCommonOpts := $(filter-out -pedantic,$(CompileCommonOpts))
-CompileCommonOpts := $(filter-out -Wno-long-long,$(CompileCommonOpts))
+CompileCommonOpts := $(CompileCommonOpts) -Wno-format