[PATCH] D98946: [AIX][TLS] Add support for TLS variables to XCOFF object writer
    Digger Lin via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Mon Mar 22 08:41:59 PDT 2021
    
    
  
DiggerLin added a comment.
we maybe also need to use llvm-objdump  to test the data content  of .tdata
================
Comment at: llvm/lib/MC/XCOFFObjectWriter.cpp:314
+  case XCOFF::XMC_UL:
+    assert(XCOFF::XTY_SD != MCSec->getCSectType() &&
+           "Mapping invalid csect. CSECT with tbss storage class must not be "
----------------
should be 
XCOFF::XTY_CM == MCSec->getCSectType()  ?
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D98946/new/
https://reviews.llvm.org/D98946
    
    
More information about the llvm-commits
mailing list