[llvm] ARM: Start moving runtime libcall configuration out of TargetLowering (PR #142617)
LLVM Continuous Integration via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 10 00:07:43 PDT 2025
llvm-ci wrote:
LLVM Buildbot has detected a new failure on builder `llvm-x86_64-debian-dylib` running on `gribozavr4` while building `llvm` at step 8 "test-build-unified-tree-check-lld".
Full details are available at: https://lab.llvm.org/buildbot/#/builders/60/builds/29814
<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 :: COFF/lto-late-arm.ll' FAILED ********************
Exit Code: 2
Command Output (stderr):
--
rm -rf /b/1/llvm-x86_64-debian-dylib/build/tools/lld/test/COFF/Output/lto-late-arm.ll.tmp.dir # RUN: at line 10
+ rm -rf /b/1/llvm-x86_64-debian-dylib/build/tools/lld/test/COFF/Output/lto-late-arm.ll.tmp.dir
split-file /b/1/llvm-x86_64-debian-dylib/llvm-project/lld/test/COFF/lto-late-arm.ll /b/1/llvm-x86_64-debian-dylib/build/tools/lld/test/COFF/Output/lto-late-arm.ll.tmp.dir # RUN: at line 11
+ split-file /b/1/llvm-x86_64-debian-dylib/llvm-project/lld/test/COFF/lto-late-arm.ll /b/1/llvm-x86_64-debian-dylib/build/tools/lld/test/COFF/Output/lto-late-arm.ll.tmp.dir
/b/1/llvm-x86_64-debian-dylib/build/bin/llvm-as /b/1/llvm-x86_64-debian-dylib/build/tools/lld/test/COFF/Output/lto-late-arm.ll.tmp.dir/main.ll -o /b/1/llvm-x86_64-debian-dylib/build/tools/lld/test/COFF/Output/lto-late-arm.ll.tmp.main.obj # RUN: at line 12
+ /b/1/llvm-x86_64-debian-dylib/build/bin/llvm-as /b/1/llvm-x86_64-debian-dylib/build/tools/lld/test/COFF/Output/lto-late-arm.ll.tmp.dir/main.ll -o /b/1/llvm-x86_64-debian-dylib/build/tools/lld/test/COFF/Output/lto-late-arm.ll.tmp.main.obj
/b/1/llvm-x86_64-debian-dylib/build/bin/llvm-as /b/1/llvm-x86_64-debian-dylib/build/tools/lld/test/COFF/Output/lto-late-arm.ll.tmp.dir/sdiv.ll -o /b/1/llvm-x86_64-debian-dylib/build/tools/lld/test/COFF/Output/lto-late-arm.ll.tmp.sdiv.obj # RUN: at line 13
+ /b/1/llvm-x86_64-debian-dylib/build/bin/llvm-as /b/1/llvm-x86_64-debian-dylib/build/tools/lld/test/COFF/Output/lto-late-arm.ll.tmp.dir/sdiv.ll -o /b/1/llvm-x86_64-debian-dylib/build/tools/lld/test/COFF/Output/lto-late-arm.ll.tmp.sdiv.obj
llvm-ar rcs /b/1/llvm-x86_64-debian-dylib/build/tools/lld/test/COFF/Output/lto-late-arm.ll.tmp.sdiv.lib /b/1/llvm-x86_64-debian-dylib/build/tools/lld/test/COFF/Output/lto-late-arm.ll.tmp.sdiv.obj # RUN: at line 14
+ llvm-ar rcs /b/1/llvm-x86_64-debian-dylib/build/tools/lld/test/COFF/Output/lto-late-arm.ll.tmp.sdiv.lib /b/1/llvm-x86_64-debian-dylib/build/tools/lld/test/COFF/Output/lto-late-arm.ll.tmp.sdiv.obj
env LLD_IN_TEST=1 not /b/1/llvm-x86_64-debian-dylib/build/bin/lld-link /entry:entry /b/1/llvm-x86_64-debian-dylib/build/tools/lld/test/COFF/Output/lto-late-arm.ll.tmp.main.obj /b/1/llvm-x86_64-debian-dylib/build/tools/lld/test/COFF/Output/lto-late-arm.ll.tmp.sdiv.lib /out:/b/1/llvm-x86_64-debian-dylib/build/tools/lld/test/COFF/Output/lto-late-arm.ll.tmp.exe /subsystem:console 2>&1 | /b/1/llvm-x86_64-debian-dylib/build/bin/FileCheck /b/1/llvm-x86_64-debian-dylib/llvm-project/lld/test/COFF/lto-late-arm.ll # RUN: at line 16
+ /b/1/llvm-x86_64-debian-dylib/build/bin/FileCheck /b/1/llvm-x86_64-debian-dylib/llvm-project/lld/test/COFF/lto-late-arm.ll
+ env LLD_IN_TEST=1 not /b/1/llvm-x86_64-debian-dylib/build/bin/lld-link /entry:entry /b/1/llvm-x86_64-debian-dylib/build/tools/lld/test/COFF/Output/lto-late-arm.ll.tmp.main.obj /b/1/llvm-x86_64-debian-dylib/build/tools/lld/test/COFF/Output/lto-late-arm.ll.tmp.sdiv.lib /out:/b/1/llvm-x86_64-debian-dylib/build/tools/lld/test/COFF/Output/lto-late-arm.ll.tmp.exe /subsystem:console
FileCheck error: '<stdin>' is empty.
FileCheck command line: /b/1/llvm-x86_64-debian-dylib/build/bin/FileCheck /b/1/llvm-x86_64-debian-dylib/llvm-project/lld/test/COFF/lto-late-arm.ll
--
********************
```
</details>
https://github.com/llvm/llvm-project/pull/142617
More information about the llvm-commits
mailing list