[PATCH] D23615: [LTO] Adds a "CodeGenOnly" option. Allows the client to skip the optimizer.

Mehdi AMINI via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 18 08:37:59 PDT 2016


mehdi_amini added a comment.

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.


https://reviews.llvm.org/D23615





More information about the llvm-commits mailing list