summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lld/ELF/Writer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/ELF/Writer.cpp b/lld/ELF/Writer.cpp
index c1c97d95457..5822106c920 100644
--- a/lld/ELF/Writer.cpp
+++ b/lld/ELF/Writer.cpp
@@ -994,7 +994,7 @@ public:
OutputSectionBase<ELFT> *lookup(StringRef Name, uint32_t Type,
uintX_t Flags) {
- return Map.lookup({Name, Type, Flags});
+ return Map.lookup({Name, Type, Flags, 0});
}
private:
OpenPOWER on IntegriCloud