Slowly getting on par with libLTO
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
It will be tested by test/ThinLTO/X86/funcimport.ll as soon as ThinLTOCodeGenerator is converted (llvm-lto -thinlto-action=codegen).
Unfortunately, llvm-lto2 is far from on par with llvm-lto at this point and makes it hard to test specific parts of the API.
Comment Actions
This commit was part of the series to get rid of ThinLTOCodeGenerator. Removing this would makes the current state of the "new LTO" further away of the features exposed by ThinLTOCodeGenerator.