[PATCH] D137628: [LoongArch] Implement MCTargetExpr::fixELFSymbolsInTLSFixups hook
wanglei via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Nov 12 01:22:05 PST 2022
wangleiat added inline comments.
================
Comment at: llvm/test/MC/LoongArch/Misc/tls-symbols.s:7
+lu12i.w $a1, %gd_hi20(gd_abs)
+# CHECK-DAG: TLS{{.*}}UND gd_abs
+
----------------
MaskRay wrote:
> `{{.*}}` can be expanded to `GLOBAL DEFAULT`. Only a few more characters but check some properties which could be useful.
> `{{.*}}` can be expanded to `GLOBAL DEFAULT`. Only a few more characters but check some properties which could be useful.
thanks!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D137628/new/
https://reviews.llvm.org/D137628
More information about the llvm-commits
mailing list