[lld] [ELF] Retain .rela.dyn for PPC64 PI long-branch thunks (PR #212078)

LLVM Continuous Integration via llvm-commits llvm-commits at lists.llvm.org
Sat Aug 1 11:13:32 PDT 2026


llvm-ci wrote:

LLVM Buildbot has detected a new failure on builder `sanitizer-x86_64-linux` running on `sanitizer-buildbot1` while building `lld` at step 2 "annotate".

Full details are available at: https://lab.llvm.org/buildbot/#/builders/66/builds/34791

<details>
<summary>Here is the relevant piece of the build log for the reference</summary>

```
Step 2 (annotate) failure: 'python ../sanitizer_buildbot/sanitizers/zorg/buildbot/builders/sanitizers/buildbot_selector.py' (failure)
...
-- Install configuration: "Release"
[418/424] Generating MSAN_INST_GTEST.gtest-all.cc.x86_64-with-call.o
[419/424] Generating MSAN_INST_GTEST.gtest-all.cc.x86_64.o
[420/424] Generating MSAN_INST_TEST_OBJECTS.msan_test.cpp.x86_64-with-call.o
[421/424] Generating Msan-x86_64-with-call-Test
[422/424] Generating MSAN_INST_TEST_OBJECTS.msan_test.cpp.x86_64.o
[423/424] Generating Msan-x86_64-Test
[423/424] Running compiler_rt regression tests
-- Testing: 11702 tests, 64 workers --
Testing:  0.. 10.. 20.. 30
FAIL: LeakSanitizer-AddressSanitizer-i386 :: TestCases/ignore_object.c (3859 of 11702)
******************** TEST 'LeakSanitizer-AddressSanitizer-i386 :: TestCases/ignore_object.c' FAILED ********************
Exit Code: 1

Command Output (stdout):
--
# RUN: at line 2
/home/b/sanitizer-x86_64-linux/build/build_default/./bin/clang  -O0  -m32  -gline-tables-only -fsanitize=address -I/home/b/sanitizer-x86_64-linux/build/llvm-project/compiler-rt/test/lsan/../ /home/b/sanitizer-x86_64-linux/build/llvm-project/compiler-rt/test/lsan/TestCases/ignore_object.c -o /home/b/sanitizer-x86_64-linux/build/build_default/runtimes/runtimes-bins/compiler-rt/test/lsan/I386AsanConfig/TestCases/Output/ignore_object.c.tmp
# executed command: /home/b/sanitizer-x86_64-linux/build/build_default/./bin/clang -O0 -m32 -gline-tables-only -fsanitize=address -I/home/b/sanitizer-x86_64-linux/build/llvm-project/compiler-rt/test/lsan/../ /home/b/sanitizer-x86_64-linux/build/llvm-project/compiler-rt/test/lsan/TestCases/ignore_object.c -o /home/b/sanitizer-x86_64-linux/build/build_default/runtimes/runtimes-bins/compiler-rt/test/lsan/I386AsanConfig/TestCases/Output/ignore_object.c.tmp
# note: command had no output on stdout or stderr
# RUN: at line 3
env LSAN_OPTIONS=:detect_leaks=1:report_objects=1:use_registers=0:use_stacks=0 not  /home/b/sanitizer-x86_64-linux/build/build_default/runtimes/runtimes-bins/compiler-rt/test/lsan/I386AsanConfig/TestCases/Output/ignore_object.c.tmp 2>&1 | FileCheck /home/b/sanitizer-x86_64-linux/build/llvm-project/compiler-rt/test/lsan/TestCases/ignore_object.c
# executed command: env LSAN_OPTIONS=:detect_leaks=1:report_objects=1:use_registers=0:use_stacks=0 not /home/b/sanitizer-x86_64-linux/build/build_default/runtimes/runtimes-bins/compiler-rt/test/lsan/I386AsanConfig/TestCases/Output/ignore_object.c.tmp
# note: command had no output on stdout or stderr
# error: command failed with exit status: 1
# executed command: FileCheck /home/b/sanitizer-x86_64-linux/build/llvm-project/compiler-rt/test/lsan/TestCases/ignore_object.c
# .---command stderr------------
# | /home/b/sanitizer-x86_64-linux/build/llvm-project/compiler-rt/test/lsan/TestCases/ignore_object.c:25:11: error: CHECK: expected string not found in input
# | // CHECK: SUMMARY: {{.*}}Sanitizer: 1337 byte(s) leaked in 1 allocation(s)
# |           ^
# | <stdin>:1:24: note: scanning from here
# | Test alloc: 0xf4d00790.
# |                        ^
# | 
# | Input file: <stdin>
# | Check file: /home/b/sanitizer-x86_64-linux/build/llvm-project/compiler-rt/test/lsan/TestCases/ignore_object.c
# | 
# | -dump-input=help explains the following input dump.
# | 
# | Input was:
# | <<<<<<
# |             1: Test alloc: 0xf4d00790. 
# | check:25'0                           { } search range (exclusive bounds)
# | check:25'1                               error: no match found in search range
# | >>>>>>
# `-----------------------------
# error: command failed with exit status: 1

--
Step 14 (test compiler-rt default) failure: test compiler-rt default (failure)
...
-- Install configuration: "Release"
[418/424] Generating MSAN_INST_GTEST.gtest-all.cc.x86_64-with-call.o
[419/424] Generating MSAN_INST_GTEST.gtest-all.cc.x86_64.o
[420/424] Generating MSAN_INST_TEST_OBJECTS.msan_test.cpp.x86_64-with-call.o
[421/424] Generating Msan-x86_64-with-call-Test
[422/424] Generating MSAN_INST_TEST_OBJECTS.msan_test.cpp.x86_64.o
[423/424] Generating Msan-x86_64-Test
[423/424] Running compiler_rt regression tests
-- Testing: 11702 tests, 64 workers --
Testing:  0.. 10.. 20.. 30
FAIL: LeakSanitizer-AddressSanitizer-i386 :: TestCases/ignore_object.c (3859 of 11702)
******************** TEST 'LeakSanitizer-AddressSanitizer-i386 :: TestCases/ignore_object.c' FAILED ********************
Exit Code: 1

Command Output (stdout):
--
# RUN: at line 2
/home/b/sanitizer-x86_64-linux/build/build_default/./bin/clang  -O0  -m32  -gline-tables-only -fsanitize=address -I/home/b/sanitizer-x86_64-linux/build/llvm-project/compiler-rt/test/lsan/../ /home/b/sanitizer-x86_64-linux/build/llvm-project/compiler-rt/test/lsan/TestCases/ignore_object.c -o /home/b/sanitizer-x86_64-linux/build/build_default/runtimes/runtimes-bins/compiler-rt/test/lsan/I386AsanConfig/TestCases/Output/ignore_object.c.tmp
# executed command: /home/b/sanitizer-x86_64-linux/build/build_default/./bin/clang -O0 -m32 -gline-tables-only -fsanitize=address -I/home/b/sanitizer-x86_64-linux/build/llvm-project/compiler-rt/test/lsan/../ /home/b/sanitizer-x86_64-linux/build/llvm-project/compiler-rt/test/lsan/TestCases/ignore_object.c -o /home/b/sanitizer-x86_64-linux/build/build_default/runtimes/runtimes-bins/compiler-rt/test/lsan/I386AsanConfig/TestCases/Output/ignore_object.c.tmp
# note: command had no output on stdout or stderr
# RUN: at line 3
env LSAN_OPTIONS=:detect_leaks=1:report_objects=1:use_registers=0:use_stacks=0 not  /home/b/sanitizer-x86_64-linux/build/build_default/runtimes/runtimes-bins/compiler-rt/test/lsan/I386AsanConfig/TestCases/Output/ignore_object.c.tmp 2>&1 | FileCheck /home/b/sanitizer-x86_64-linux/build/llvm-project/compiler-rt/test/lsan/TestCases/ignore_object.c
# executed command: env LSAN_OPTIONS=:detect_leaks=1:report_objects=1:use_registers=0:use_stacks=0 not /home/b/sanitizer-x86_64-linux/build/build_default/runtimes/runtimes-bins/compiler-rt/test/lsan/I386AsanConfig/TestCases/Output/ignore_object.c.tmp
# note: command had no output on stdout or stderr
# error: command failed with exit status: 1
# executed command: FileCheck /home/b/sanitizer-x86_64-linux/build/llvm-project/compiler-rt/test/lsan/TestCases/ignore_object.c
# .---command stderr------------
# | /home/b/sanitizer-x86_64-linux/build/llvm-project/compiler-rt/test/lsan/TestCases/ignore_object.c:25:11: error: CHECK: expected string not found in input
# | // CHECK: SUMMARY: {{.*}}Sanitizer: 1337 byte(s) leaked in 1 allocation(s)
# |           ^
# | <stdin>:1:24: note: scanning from here
# | Test alloc: 0xf4d00790.
# |                        ^
# | 
# | Input file: <stdin>
# | Check file: /home/b/sanitizer-x86_64-linux/build/llvm-project/compiler-rt/test/lsan/TestCases/ignore_object.c
# | 
# | -dump-input=help explains the following input dump.
# | 
# | Input was:
# | <<<<<<
# |             1: Test alloc: 0xf4d00790. 
# | check:25'0                           { } search range (exclusive bounds)
# | check:25'1                               error: no match found in search range
# | >>>>>>
# `-----------------------------
# error: command failed with exit status: 1

--

```

</details>

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


More information about the llvm-commits mailing list