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

Mehdi AMINI via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 1 13:13:02 PDT 2016


mehdi_amini added a comment.

> All global values defined in normal IR and used in module level asm should be included on either the llvm.used or llvm.compiler.used global.

Can you clarify where this requirement comes from?


https://reviews.llvm.org/D26146





More information about the llvm-commits mailing list