[PATCH] D57561: [ThinLTO] Detect partially split modules during the thin link

Peter Collingbourne via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 31 19:43:33 PST 2019


pcc added a comment.

Can we do this in LTO.cpp maybe? If we do that, we can return a nice error message to the user via the Error interface. The message should probably also suggest recompiling with `-fsplit-lto-unit`.


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D57561/new/

https://reviews.llvm.org/D57561





More information about the llvm-commits mailing list