[PATCH] D15300: Fix wrong external references to __emutls_v.*

Chih-Hung Hsieh via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 14 14:52:05 PST 2015


chh added a comment.

I think what you meant is to let AsmPrinter emit
__emutls_v and __emutls_t variables and those variables
should have complete definition in symbol table.
That should be doable.

How about the original TLS variable xyz?
It should be skipped when in emutls mode,
as it is done now in AsmPrinter, right?


http://reviews.llvm.org/D15300





More information about the llvm-commits mailing list