mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-19 20:34:38 +00:00
Make CodeGen libs -pedantic clean.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31387 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
2b8ba512be
commit
97821311a3
@ -688,7 +688,7 @@ public:
|
|||||||
|
|
||||||
/// Profile - Used to gather unique data for the value folding set.
|
/// 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);
|
ID.AddInteger(isBlock);
|
||||||
DIE::Profile(ID);
|
DIE::Profile(ID);
|
||||||
}
|
}
|
||||||
|
@ -13,6 +13,3 @@ PARALLEL_DIRS = SelectionDAG
|
|||||||
BUILD_ARCHIVE = 1
|
BUILD_ARCHIVE = 1
|
||||||
|
|
||||||
include $(LEVEL)/Makefile.common
|
include $(LEVEL)/Makefile.common
|
||||||
|
|
||||||
CompileCommonOpts := $(filter-out -pedantic,$(CompileCommonOpts))
|
|
||||||
CompileCommonOpts := $(filter-out -Wno-long-long,$(CompileCommonOpts))
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user