[PATCH] D112124: [ThinLTO] Append original object file name to ThinLTO generated object file's name, so that it can be recorded in link map file.

Davide Italiano via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 22 10:46:31 PDT 2021


davide added a comment.

In D112124#3080812 <https://reviews.llvm.org/D112124#3080812>, @steven_wu wrote:

> The best solution might still be the linker to map the intermediate file to the original object file since the added file name here is still another level of indirection you need to figure out. @davide for his opinion.

That sounds like a reasonable solution to me.

> Can you add a testcase?


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

https://reviews.llvm.org/D112124



More information about the llvm-commits mailing list