forked from OSchip/llvm-project
For PR786:
Don't warn about -pedantic errors. Add a note to the PR instead. llvm-svn: 28616
This commit is contained in:
parent
83f6d05c08
commit
75f29be136
|
@ -10,3 +10,6 @@
|
|||
LEVEL = ../../..
|
||||
LIBRARYNAME = LLVMCBackend
|
||||
include $(LEVEL)/Makefile.common
|
||||
|
||||
CompileCommonOpts := $(filter-out -pedantic,$(CompileCommonOpts))
|
||||
CompileCommonOpts := $(filter-out -Wno-long-long,$(CompileCommonOpts))
|
||||
|
|
Loading…
Reference in New Issue