[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.

Steven Wu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 22 08:40:37 PDT 2021


steven_wu added a reviewer: davide.
steven_wu added a subscriber: davide.
steven_wu added a comment.

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.

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