[lld] [lld][LoongArch] Relax call36/tail36: R_LARCH_CALL36 (PR #123576)
LLVM Continuous Integration via llvm-commits
llvm-commits at lists.llvm.org
Sun Mar 9 01:53:17 PST 2025
llvm-ci wrote:
LLVM Buildbot has detected a new failure on builder `llvm-x86_64-debian-dylib` running on `gribozavr4` while building `lld` at step 8 "test-build-unified-tree-check-lld".
Full details are available at: https://lab.llvm.org/buildbot/#/builders/60/builds/21517
<details>
<summary>Here is the relevant piece of the build log for the reference</summary>
```
Step 8 (test-build-unified-tree-check-lld) failure: test (failure)
******************** TEST 'lld :: ELF/loongarch-relax-call36.s' FAILED ********************
Exit Code: 1
Command Output (stderr):
--
RUN: at line 4: rm -rf /b/1/llvm-x86_64-debian-dylib/build/tools/lld/test/ELF/Output/loongarch-relax-call36.s.tmp && split-file /b/1/llvm-x86_64-debian-dylib/llvm-project/lld/test/ELF/loongarch-relax-call36.s /b/1/llvm-x86_64-debian-dylib/build/tools/lld/test/ELF/Output/loongarch-relax-call36.s.tmp && cd /b/1/llvm-x86_64-debian-dylib/build/tools/lld/test/ELF/Output/loongarch-relax-call36.s.tmp
+ rm -rf /b/1/llvm-x86_64-debian-dylib/build/tools/lld/test/ELF/Output/loongarch-relax-call36.s.tmp
+ split-file /b/1/llvm-x86_64-debian-dylib/llvm-project/lld/test/ELF/loongarch-relax-call36.s /b/1/llvm-x86_64-debian-dylib/build/tools/lld/test/ELF/Output/loongarch-relax-call36.s.tmp
+ cd /b/1/llvm-x86_64-debian-dylib/build/tools/lld/test/ELF/Output/loongarch-relax-call36.s.tmp
RUN: at line 6: /b/1/llvm-x86_64-debian-dylib/build/bin/llvm-mc -filetype=obj -triple=loongarch64 -mattr=+relax a.s -o a.64.o
+ /b/1/llvm-x86_64-debian-dylib/build/bin/llvm-mc -filetype=obj -triple=loongarch64 -mattr=+relax a.s -o a.64.o
a.s:4:17: error: invalid variant 'plt'
tail36 $t0, a at plt # relaxed. la64: b
^
a.s:15:17: error: invalid variant 'plt'
call36 _start at plt # relaxed. la64: bl
^
a.s:16:22: error: invalid variant 'plt'
tail36 $t0, _start at plt # relaxed. la64: b
^
a.s:19:17: error: invalid variant 'plt'
call36 _start at plt # relaxed. la64: bl
^
a.s:20:22: error: invalid variant 'plt'
tail36 $t0, _start at plt # relaxed. la64: b
^
a.s:23:17: error: invalid variant 'plt'
call36 _start at plt # exceed range, not relaxed
^
a.s:24:21: error: invalid variant 'plt'
tail36 $t0,_start at plt # exceed range, not relaxed
^
--
********************
```
</details>
https://github.com/llvm/llvm-project/pull/123576
More information about the llvm-commits
mailing list