diff options
author | Victor Huang <wei.huang@ibm.com> | 2021-03-02 18:16:14 -0600 |
---|---|---|
committer | Victor Huang <wei.huang@ibm.com> | 2021-03-02 18:22:48 -0600 |
commit | 1756b2adc9c1590a4a0c333d659fe7f5f80ce9fd (patch) | |
tree | 3874115171891a131d768100335cc339ef16c5f9 /llvm/lib/FileCheck/FileCheck.cpp | |
parent | 4e421b2323b38e94e82ac71e5a4dfd78f6744e87 (diff) | |
download | llvm-1756b2adc9c1590a4a0c333d659fe7f5f80ce9fd.zip llvm-1756b2adc9c1590a4a0c333d659fe7f5f80ce9fd.tar.gz llvm-1756b2adc9c1590a4a0c333d659fe7f5f80ce9fd.tar.bz2 |
[AIX][TLS] Generate TLS variables in assembly files
This patch allows generating TLS variables in assembly files on AIX.
Initialized and external uninitialized variables are generated with the
.csect pseudo-op and local uninitialized variables are generated with
the .comm/.lcomm pseudo-ops. The patch also adds a check to
explicitly say that TLS is not yet supported on AIX.
Reviewed by: daltenty, jasonliu, lei, nemanjai, sfertile
Originally patched by: bsaleil
Commandeered by: NeHuang
Differential Revision: https://reviews.llvm.org/D96184
Diffstat (limited to 'llvm/lib/FileCheck/FileCheck.cpp')
0 files changed, 0 insertions, 0 deletions