[PATCH] D50475: ELF: Only add libcall symbols to the link if defined in bitcode.

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 8 14:45:44 PDT 2018


ruiu added a comment.

You don't need to call fetch again to add a file that you already have to the symbol table. You can directly add it by calling SymbolTable::addFile().


Repository:
  rL LLVM

https://reviews.llvm.org/D50475





More information about the llvm-commits mailing list