mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 19:52:54 +01:00
For PR786:
Don't warn about -pedantic errors. Add a note to the PR instead. llvm-svn: 28616
This commit is contained in:
parent
b2d478a52b
commit
4b26f88ec9
@ -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
Block a user