Attemp to fix build bot:

http://lab.llvm.org:8011/builders/lld-x86_64-darwin13/builds/25329/steps/build_Lld

llvm-svn: 276789
This commit is contained in:
George Rimar 2016-07-26 18:41:06 +00:00
parent 79a4fbc2f5
commit 6930a6dc82
1 changed files with 2 additions and 0 deletions

View File

@ -774,6 +774,8 @@ static uint64_t getSymbolValue(StringRef S) {
if (SymbolBody *B = Symtab<ELF64BE>::X->find(S))
return B->getVA<ELF64BE>();
break;
default:
fatal("unsupported target");
}
error("symbol not found: " + S);
return 0;