mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-05 17:39:16 +00:00
Don't emit the linkage for initializer label for mach-o tls.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@106073 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
e48dbf8d83
commit
7500e06e38
@ -330,7 +330,6 @@ void AsmPrinter::EmitGlobalVariable(const GlobalVariable *GV) {
|
||||
else if (GVKind.isThreadData()) {
|
||||
OutStreamer.SwitchSection(TheSection);
|
||||
|
||||
EmitLinkage(GV->getLinkage(), MangSym);
|
||||
EmitAlignment(AlignLog, GV);
|
||||
OutStreamer.EmitLabel(MangSym);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user