summaryrefslogtreecommitdiffstats
path: root/lld/ELF/OutputSections.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lld/ELF/OutputSections.cpp')
-rw-r--r--lld/ELF/OutputSections.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/ELF/OutputSections.cpp b/lld/ELF/OutputSections.cpp
index 6a2e4933de2..18d1ed47350 100644
--- a/lld/ELF/OutputSections.cpp
+++ b/lld/ELF/OutputSections.cpp
@@ -1501,7 +1501,7 @@ SymbolTableSection<ELFT>::getOutputSection(SymbolBody *Sym) {
return Out<ELFT>::Bss;
break;
case SymbolBody::UndefinedElfKind:
- case SymbolBody::UndefinedKind:
+ case SymbolBody::UndefinedBitcodeKind:
case SymbolBody::LazyKind:
break;
case SymbolBody::DefinedBitcodeKind:
OpenPOWER on IntegriCloud