[PATCH] D23681: [LTO] Add the ability to test -thinlto-emit-imports-files through llvm-lto2

Teresa Johnson via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 18 11:24:39 PDT 2016


tejohnson added a comment.

Looks like we crossed wires a bit - see my https://reviews.llvm.org/D23680 patch. We have chosen slightly different options names (I chose thinlto-index-only to be more consistent with the gold-plugin). I added a similar llvm-lto2 based test to an existing llvm-lto based test.

Do you have a preference on which version of the llvm-lto support and test to take? Since you have also added the Threads option maybe we should use yours (but I think I like thinlto-index-only better for the option), and I can rebase on top. WDYT?


https://reviews.llvm.org/D23681





More information about the llvm-commits mailing list