[llvm] [Transforms][IPO] Add func suffix in ArgumentPromotion and DeadArgume… (PR #105742)
LLVM Continuous Integration via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 19 02:42:21 PDT 2024
llvm-ci wrote:
LLVM Buildbot has detected a new failure on builder `premerge-monolithic-linux` running on `premerge-linux-1` while building `llvm` at step 7 "test-build-unified-tree-check-all".
Full details are available at: https://lab.llvm.org/buildbot/#/builders/153/builds/9389
<details>
<summary>Here is the relevant piece of the build log for the reference</summary>
```
Step 7 (test-build-unified-tree-check-all) failure: test (failure)
******************** TEST 'cfi-standalone-lld-thinlto-x86_64 :: stats.cpp' FAILED ********************
Exit Code: 1
Command Output (stderr):
--
RUN: at line 1: /build/buildbot/premerge-monolithic-linux/build/./bin/clang -m64 -fuse-ld=lld -flto=thin -fsanitize=cfi --driver-mode=g++ -fvisibility=hidden -gline-tables-only -fsanitize-stats -o /build/buildbot/premerge-monolithic-linux/build/runtimes/runtimes-bins/compiler-rt/test/cfi/Standalone-lld-thinlto-x86_64/Output/stats.cpp.tmp /build/buildbot/premerge-monolithic-linux/llvm-project/compiler-rt/test/cfi/stats.cpp
+ /build/buildbot/premerge-monolithic-linux/build/./bin/clang -m64 -fuse-ld=lld -flto=thin -fsanitize=cfi --driver-mode=g++ -fvisibility=hidden -gline-tables-only -fsanitize-stats -o /build/buildbot/premerge-monolithic-linux/build/runtimes/runtimes-bins/compiler-rt/test/cfi/Standalone-lld-thinlto-x86_64/Output/stats.cpp.tmp /build/buildbot/premerge-monolithic-linux/llvm-project/compiler-rt/test/cfi/stats.cpp
RUN: at line 2: env SANITIZER_STATS_PATH=/build/buildbot/premerge-monolithic-linux/build/runtimes/runtimes-bins/compiler-rt/test/cfi/Standalone-lld-thinlto-x86_64/Output/stats.cpp.tmp.stats /build/buildbot/premerge-monolithic-linux/build/runtimes/runtimes-bins/compiler-rt/test/cfi/Standalone-lld-thinlto-x86_64/Output/stats.cpp.tmp
+ env SANITIZER_STATS_PATH=/build/buildbot/premerge-monolithic-linux/build/runtimes/runtimes-bins/compiler-rt/test/cfi/Standalone-lld-thinlto-x86_64/Output/stats.cpp.tmp.stats /build/buildbot/premerge-monolithic-linux/build/runtimes/runtimes-bins/compiler-rt/test/cfi/Standalone-lld-thinlto-x86_64/Output/stats.cpp.tmp
RUN: at line 3: sanstats /build/buildbot/premerge-monolithic-linux/build/runtimes/runtimes-bins/compiler-rt/test/cfi/Standalone-lld-thinlto-x86_64/Output/stats.cpp.tmp.stats | FileCheck /build/buildbot/premerge-monolithic-linux/llvm-project/compiler-rt/test/cfi/stats.cpp
+ sanstats /build/buildbot/premerge-monolithic-linux/build/runtimes/runtimes-bins/compiler-rt/test/cfi/Standalone-lld-thinlto-x86_64/Output/stats.cpp.tmp.stats
+ FileCheck /build/buildbot/premerge-monolithic-linux/llvm-project/compiler-rt/test/cfi/stats.cpp
/build/buildbot/premerge-monolithic-linux/llvm-project/compiler-rt/test/cfi/stats.cpp:29:12: error: CHECK: expected string not found in input
// CHECK: stats.cpp:[[@LINE+1]] {{_?}}dcast cfi-derived-cast 24
^
<stdin>:2:129: note: scanning from here
0x0000000000022a55 /build/buildbot/premerge-monolithic-linux/llvm-project/compiler-rt/test/cfi/stats.cpp:25 nvcall cfi-nvcall 51
^
<stdin>:2:129: note: with "@LINE+1" equal to "30"
0x0000000000022a55 /build/buildbot/premerge-monolithic-linux/llvm-project/compiler-rt/test/cfi/stats.cpp:25 nvcall cfi-nvcall 51
^
<stdin>:3:109: note: possible intended match here
0x0000000000022ab6 /build/buildbot/premerge-monolithic-linux/llvm-project/compiler-rt/test/cfi/stats.cpp:30 dcast.retelim cfi-derived-cast 24
^
Input file: <stdin>
Check file: /build/buildbot/premerge-monolithic-linux/llvm-project/compiler-rt/test/cfi/stats.cpp
-dump-input=help explains the following input dump.
Input was:
<<<<<<
1: 0x0000000000022a05 /build/buildbot/premerge-monolithic-linux/llvm-project/compiler-rt/test/cfi/stats.cpp:20 vcall cfi-vcall 37
2: 0x0000000000022a55 /build/buildbot/premerge-monolithic-linux/llvm-project/compiler-rt/test/cfi/stats.cpp:25 nvcall cfi-nvcall 51
check:29'0 X error: no match found
check:29'1 with "@LINE+1" equal to "30"
3: 0x0000000000022ab6 /build/buildbot/premerge-monolithic-linux/llvm-project/compiler-rt/test/cfi/stats.cpp:30 dcast.retelim cfi-derived-cast 24
check:29'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
check:29'2 ? possible intended match
4: 0x0000000000022b06 /build/buildbot/premerge-monolithic-linux/llvm-project/compiler-rt/test/cfi/stats.cpp:35 ucast.retelim cfi-unrelated-cast 81
check:29'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>>>>>>
--
********************
```
</details>
https://github.com/llvm/llvm-project/pull/105742
More information about the llvm-commits
mailing list