commit | 6930a6dc8220dfb0d4e42d65791852b6ec0284fa | [log] [tgz] |
---|---|---|
author | George Rimar <grimar@accesssoftek.com> | Tue Jul 26 18:41:06 2016 +0000 |
committer | George Rimar <grimar@accesssoftek.com> | Tue Jul 26 18:41:06 2016 +0000 |
tree | 8d25f9d641b5ae5cd2ee666a90909102b66f46f2 | |
parent | 79a4fbc2f508a982f2b1fa1b892b917ab46b1872 [diff] [blame] |
Attemp to fix build bot: http://lab.llvm.org:8011/builders/lld-x86_64-darwin13/builds/25329/steps/build_Lld llvm-svn: 276789
diff --git a/lld/ELF/LinkerScript.cpp b/lld/ELF/LinkerScript.cpp index 1079a2f..904e94f 100644 --- a/lld/ELF/LinkerScript.cpp +++ b/lld/ELF/LinkerScript.cpp
@@ -774,6 +774,8 @@ if (SymbolBody *B = Symtab<ELF64BE>::X->find(S)) return B->getVA<ELF64BE>(); break; + default: + fatal("unsupported target"); } error("symbol not found: " + S); return 0;