[PATCH] D138135: [lld][ELF] Support LoongArch
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 8 21:30:34 PDT 2023
MaskRay added inline comments.
================
Comment at: lld/test/ELF/loongarch-tls-gd.s:132
+#--- bc.s
+.tbss
+.globl b, c
----------------
Avoid LLVM assembler-specific `.tbss` not recognized by GNU as.
`.section .tbss,"awT", at nobits`
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D138135/new/
https://reviews.llvm.org/D138135
More information about the llvm-commits
mailing list