For PR786:

Don't warn about -pedantic errors. Add a note to the PR instead.

llvm-svn: 28616
This commit is contained in:
Reid Spencer 2006-06-01 05:49:51 +00:00
parent 83f6d05c08
commit 75f29be136
1 changed files with 3 additions and 0 deletions

View File

@ -10,3 +10,6 @@
LEVEL = ../../..
LIBRARYNAME = LLVMCBackend
include $(LEVEL)/Makefile.common
CompileCommonOpts := $(filter-out -pedantic,$(CompileCommonOpts))
CompileCommonOpts := $(filter-out -Wno-long-long,$(CompileCommonOpts))