[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:13:21 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:
I think the latest version now avoids the output file. Thanks for catching that.
https://github.com/llvm/llvm-project/pull/85816
More information about the llvm-commits
mailing list