[PATCH] D26146: [ThinLTO] Prevent exporting of locals used/defined in module level asm

Teresa Johnson via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 8 11:51:27 PST 2016


tejohnson added a comment.

In https://reviews.llvm.org/D26146#589393, @mehdi_amini wrote:

> It seems perfectly legit to me that a FE would generate inline ASM calls to a local function and add it to llvm.compiler_used and not llvm.used.


As discussed on IRC, I now have the same handling for inline asm and module level asm.


https://reviews.llvm.org/D26146





More information about the llvm-commits mailing list