[PATCH] D33151: ThinLTO: Verify bitcode before lauching the ThinLTOCodeGenerator.
Adrian Prantl via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue May 16 15:18:46 PDT 2017
aprantl added inline comments.
================
Comment at: lib/LTO/ThinLTOCodeGenerator.cpp:186
+ StripDebugInfo(*ModuleOrErr.get());
+ }
return std::move(ModuleOrErr.get());
----------------
mehdi_amini wrote:
> How does it work with lazy-loaded modules?
>
How can I simulate a lazy-loaded module using llvm-lto? I would like to add a test for this.
https://reviews.llvm.org/D33151
More information about the llvm-commits
mailing list