[clang] [llvm] [X86][APX] Combine MOVABS+JMP to JMPABS when in no-PIC large code model (PR #186402)
LLVM Continuous Integration via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 16 01:19:19 PDT 2026
llvm-ci wrote:
LLVM Buildbot has detected a new failure on builder `hip-third-party-libs-test` running on `ext_buildbot_hw_05-hip-docker` while building `clang,llvm` at step 4 "annotate".
Full details are available at: https://lab.llvm.org/buildbot/#/builders/206/builds/15747
<details>
<summary>Here is the relevant piece of the build log for the reference</summary>
```
Step 4 (annotate) failure: '../llvm-zorg/zorg/buildbot/builders/annotated/hip-tpl.py --jobs=32' (failure)
...
-- quadmath.h found in Clang's selected GCC installation
-- Configuring done
-- Generating done
-- Build files have been written to: /home/botworker/bbot/hip-third-party-libs-test/build/runtimes/runtimes-bins
[8494/8500] Generating ../../../../include/flang/cooperative_groups.mod
[8495/8500] No install step for 'runtimes-amdgcn-amd-amdhsa'
[8496/8500] Performing build step for 'runtimes'
[1/16] Building CXX object compiler-rt/lib/hwasan/CMakeFiles/RTHwasan_dynamic_version_script_dummy.x86_64.dir/dummy.cpp.o
[2/16] Building CXX object compiler-rt/lib/ubsan/CMakeFiles/RTUbsan_dynamic_version_script_dummy.x86_64.dir/dummy.cpp.o
[3/16] Building CXX object compiler-rt/lib/nsan/CMakeFiles/RTNsan_dynamic_version_script_dummy.x86_64.dir/dummy.cpp.o
[4/16] Building CXX object compiler-rt/lib/asan/CMakeFiles/RTAsan_dynamic_version_script_dummy.x86_64.dir/dummy.cpp.o
[5/16] Building CXX object compiler-rt/lib/memprof/CMakeFiles/RTMemprof_dynamic_version_script_dummy.x86_64.dir/dummy.cpp.o
[6/16] Building CXX object compiler-rt/lib/asan/CMakeFiles/RTAsan_dynamic_version_script_dummy.i386.dir/dummy.cpp.o
[7/16] Building CXX object compiler-rt/lib/ubsan/CMakeFiles/RTUbsan_dynamic_version_script_dummy.i386.dir/dummy.cpp.o
[8/16] Linking CXX shared library /home/botworker/bbot/hip-third-party-libs-test/build/lib/clang/23/lib/x86_64-unknown-linux-gnu/libclang_rt.ubsan_standalone.so
[9/16] Linking CXX shared library /home/botworker/bbot/hip-third-party-libs-test/build/lib/clang/23/lib/x86_64-unknown-linux-gnu/libclang_rt.hwasan.so
[10/16] Linking CXX shared library /home/botworker/bbot/hip-third-party-libs-test/build/lib/clang/23/lib/i386-unknown-linux-gnu/libclang_rt.ubsan_standalone.so
[11/16] Linking CXX shared library /home/botworker/bbot/hip-third-party-libs-test/build/lib/clang/23/lib/x86_64-unknown-linux-gnu/libclang_rt.nsan.so
[12/16] Linking CXX shared library /home/botworker/bbot/hip-third-party-libs-test/build/lib/clang/23/lib/x86_64-unknown-linux-gnu/libclang_rt.hwasan_aliases.so
[13/16] Linking CXX shared library /home/botworker/bbot/hip-third-party-libs-test/build/lib/clang/23/lib/x86_64-unknown-linux-gnu/libclang_rt.memprof.so
[14/16] Linking CXX shared library /home/botworker/bbot/hip-third-party-libs-test/build/lib/clang/23/lib/x86_64-unknown-linux-gnu/libclang_rt.asan.so
[15/16] Linking CXX shared library /home/botworker/bbot/hip-third-party-libs-test/build/lib/clang/23/lib/i386-unknown-linux-gnu/libclang_rt.asan.so
[16/16] Generating /home/botworker/bbot/hip-third-party-libs-test/build/compile_commands.json
[8497/8500] Completed 'runtimes-amdgcn-amd-amdhsa'
[8498/8500] No install step for 'runtimes'
[8500/8500] Completed 'runtimes'
@@@BUILD_STEP update llvm-test-suite@@@
@@@HALT_ON_FAILURE@@@
Running: git reset --hard origin/main
HEAD is now at fcd86245d [Vectorizer] Require C++17 for early-exit tests (#365)
Running: git pull
fatal: unable to access 'https://github.com/llvm/llvm-test-suite.git/': The requested URL returned error: 403
['git', 'pull'] exited with return code 1.
The build step threw an exception...
Traceback (most recent call last):
File "/home/botworker/bbot/hip-third-party-libs-test/build/../llvm-zorg/zorg/buildbot/builders/annotated/hip-tpl.py", line 107, in step
yield
File "/home/botworker/bbot/hip-third-party-libs-test/build/../llvm-zorg/zorg/buildbot/builders/annotated/hip-tpl.py", line 55, in main
run_command(["git", "pull"])
File "/home/botworker/bbot/hip-third-party-libs-test/build/../llvm-zorg/zorg/buildbot/builders/annotated/hip-tpl.py", line 120, in run_command
util.report_run_cmd(cmd, cwd=directory)
File "/home/botworker/bbot/hip-third-party-libs-test/llvm-zorg/zorg/buildbot/builders/annotated/util.py", line 49, in report_run_cmd
subprocess.check_call(cmd, shell=shell, *args, **kwargs)
File "/usr/lib/python3.10/subprocess.py", line 369, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['git', 'pull']' returned non-zero exit status 1.
@@@STEP_FAILURE@@@
@@@BUILD_STEP configure test suite@@@
@@@HALT_ON_FAILURE@@@
```
</details>
https://github.com/llvm/llvm-project/pull/186402
More information about the llvm-commits
mailing list