From 70947e222471393f034c552ff8c08d301e75e534 Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Sat, 30 Sep 2017 13:40:22 +0000 Subject: [PATCH] SyntheticSections.cpp: Appease g++-4.8, s/const/constexpr/ llvm-svn: 314592 --- lld/ELF/SyntheticSections.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lld/ELF/SyntheticSections.cpp b/lld/ELF/SyntheticSections.cpp index 30aac96a6cff..835b4ca874bd 100644 --- a/lld/ELF/SyntheticSections.cpp +++ b/lld/ELF/SyntheticSections.cpp @@ -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())