[PATCH] D30588: [LTO] Add module asm uses to the llvm.compiler.used before merging
Teresa Johnson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 7 10:19:27 PST 2017
tejohnson added a comment.
In https://reviews.llvm.org/D30588#694472, @mehdi_amini wrote:
> *internal* functions referenced from ASM need to be in llvm.compiler.used, regular global functions don't.
Confirmed - I had forgotten that distinction. This change is no longer required then. I will update the follow-on fixes to include the llvm.compiler.used for the local.
https://reviews.llvm.org/D30588
More information about the llvm-commits
mailing list