[PATCH] D24617: [LTO] Prevent asm undefined references to be dropped from the output
Mehdi AMINI via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 15 13:07:28 PDT 2016
mehdi_amini added a comment.
The problem is that after merge, if two local symbols have a name conflict in LTO, one of them will be renamed.
I'd like to see a test with such cases.
https://reviews.llvm.org/D24617
More information about the llvm-commits
mailing list