forked from OSchip/llvm-project
SyntheticSections.cpp: Appease g++-4.8, s/const/constexpr/
llvm-svn: 314592
This commit is contained in:
parent
de3d0cc894
commit
70947e2224
|
@ -49,7 +49,7 @@ using namespace llvm::support::endian;
|
|||
using namespace lld;
|
||||
using namespace lld::elf;
|
||||
|
||||
const size_t MergeNoTailSection::NumShards;
|
||||
constexpr size_t MergeNoTailSection::NumShards;
|
||||
|
||||
uint64_t SyntheticSection::getVA() const {
|
||||
if (OutputSection *Sec = getParent())
|
||||
|
|
Loading…
Reference in New Issue