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

Xu ShuangQing via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Oct 23 08:56:16 PDT 2021


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

Thank you for your suggestion. It sounds reasonable. 
I should think about the solution again.


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

https://reviews.llvm.org/D112124



More information about the llvm-commits mailing list