[PATCH] D50017: ELF: Add libcall symbols to the link when LTO is being used.

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 30 15:45:27 PDT 2018


ruiu added a comment.

I'm wondering if we have to keep the list of symbols that could be added as undefined symbols by LTO. If LTO adds new undefined symbol, we always have to resolve them whatever they are, no?


Repository:
  rL LLVM

https://reviews.llvm.org/D50017





More information about the llvm-commits mailing list