We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b6bfbc commit dc9641dCopy full SHA for dc9641d
llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp
@@ -2682,11 +2682,10 @@ MCSection *TargetLoweringObjectFileXCOFF::getSectionForTOCEntry(
2682
const MCSymbol *Sym, const TargetMachine &TM) const {
2683
const XCOFF::StorageMappingClass SMC = [](const MCSymbol *Sym,
2684
const TargetMachine &TM) {
2685
-
2686
const MCSymbolXCOFF *XSym = cast<MCSymbolXCOFF>(Sym);
2687
2688
- // The "_$TLSML" symbol for TLS local-dynamic mode requires XMC_TC, otherwise
2689
- // the AIX assembler will complain.
+ // The "_$TLSML" symbol for TLS local-dynamic mode requires XMC_TC,
+ // otherwise the AIX assembler will complain.
2690
if (XSym->getSymbolTableName() == "_$TLSML")
2691
return XCOFF::XMC_TC;
2692
0 commit comments