mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 19:23:23 +01:00
Make CodeGen libs -pedantic clean.
llvm-svn: 31387
This commit is contained in:
parent
e2f969dccb
commit
0f30aec7d3
@ -688,7 +688,7 @@ public:
|
||||
|
||||
/// Profile - Used to gather unique data for the value folding set.
|
||||
///
|
||||
virtual void DIEBlock::Profile(FoldingSetNodeID &ID) {
|
||||
virtual void Profile(FoldingSetNodeID &ID) {
|
||||
ID.AddInteger(isBlock);
|
||||
DIE::Profile(ID);
|
||||
}
|
||||
|
@ -13,6 +13,3 @@ PARALLEL_DIRS = SelectionDAG
|
||||
BUILD_ARCHIVE = 1
|
||||
|
||||
include $(LEVEL)/Makefile.common
|
||||
|
||||
CompileCommonOpts := $(filter-out -pedantic,$(CompileCommonOpts))
|
||||
CompileCommonOpts := $(filter-out -Wno-long-long,$(CompileCommonOpts))
|
||||
|
Loading…
Reference in New Issue
Block a user