[lld] [llvm] [llvm][lld] Pre-commit tests for RISCV TLSDESC symbols (PR #85816)

Paul Kirth via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 19 13:12:40 PDT 2024


================
@@ -0,0 +1,22 @@
+; RUN: llc -mtriple=riscv64 -relocation-model=pic -enable-tlsdesc < %s \
+; RUN:     | llvm-mc -triple=riscv64 -filetype=obj -o %t.o --position-independent \
----------------
ilovepi wrote:

Well, I used a new file since that one is autogenerated, and my understanding was that its better not to mix the autogenerated tests w/ hand written ones. That said, I guess its fine to make it autogenerated?

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


More information about the llvm-commits mailing list