[PATCH] D96184: [AIX][TLS] Generate TLS variables in assembly files
    Lei Huang via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Mon Feb 22 13:25:06 PST 2021
    
    
  
lei added inline comments.
================
Comment at: llvm/test/CodeGen/PowerPC/aix-tls-variables.ll:111
+; NODATASEC-NEXT:tls7:
+; NODATASEC-NEXT:  .vbyte  4, 1
+
----------------
it would be easier to verify these checks if they were placed right before the declaration of the variable they are checking.  Similar to what is done when we write checks for multiple functions.
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D96184/new/
https://reviews.llvm.org/D96184
    
    
More information about the llvm-commits
mailing list