[PATCH] D80831: [XCOFF][AIX] Use 'L..' instead of 'L' for PrivateGlobalPrefix
Hubert Tong via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 1 16:49:16 PDT 2020
hubert.reinterpretcast added inline comments.
================
Comment at: llvm/test/CodeGen/PowerPC/aix-lower-block-address.ll:72
; CHECK: .toc
-; CHECK: .tc Ltmp0[TC],Ltmp0
+; CHECK: .tc L..tmp0[TC],L..tmp0
----------------
What exactly is a "temporary" in terms of the object file or the assembly? The TOC entry here clearly would have a symbol table entry.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D80831/new/
https://reviews.llvm.org/D80831
More information about the llvm-commits
mailing list