SyntheticSections.cpp: Appease g++-4.8, s/const/constexpr/

llvm-svn: 314592
This commit is contained in:
NAKAMURA Takumi 2017-09-30 13:40:22 +00:00
parent de3d0cc894
commit 70947e2224
1 changed files with 1 additions and 1 deletions

View File

@ -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())