[lld] [lld][ELF] Add basic TLSDESC support for LoongArch (PR #94451)

Fangrui Song via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 7 19:49:05 PDT 2024


================
@@ -0,0 +1,23 @@
+# REQUIRES: loongarch
+# RUN: llvm-mc -filetype=obj -triple=loongarch64 %s -o %t.o
+# RUN: ld.lld -shared %t.o -o %t.so
+# RUN: llvm-readobj -r %t.so
----------------
MaskRay wrote:

Missing FileCheck

https://github.com/llvm/llvm-project/pull/94451


More information about the llvm-commits mailing list