[llvm] [MergeFunctions] Preserve instruction-level profile metadata during merging (PR #208009)
LLVM Continuous Integration via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 16 02:52:47 PDT 2026
llvm-ci wrote:
LLVM Buildbot has detected a new failure on builder `llvm-nvptx-nvidia-ubuntu` running on `as-builder-7` while building `llvm` at step 6 "test-build-unified-tree-check-llvm".
Full details are available at: https://lab.llvm.org/buildbot/#/builders/180/builds/41706
<details>
<summary>Here is the relevant piece of the build log for the reference</summary>
```
Step 6 (test-build-unified-tree-check-llvm) failure: test (failure)
******************** TEST 'LLVM-Unit :: Transforms/IPO/./IPOTests/18/22' FAILED ********************
Script(shard):
--
GTEST_OUTPUT=json:/home/buildbot/worker/as-builder-7/llvm-nvptx-nvidia-ubuntu/build/unittests/Transforms/IPO/./IPOTests-LLVM-Unit-1145390-18-22.json GTEST_SHUFFLE=0 GTEST_TOTAL_SHARDS=22 GTEST_SHARD_INDEX=18 /home/buildbot/worker/as-builder-7/llvm-nvptx-nvidia-ubuntu/build/unittests/Transforms/IPO/./IPOTests
--
Note: This is test shard 19 of 22.
[==========] Running 1 test from 1 test suite.
[----------] Global test environment set-up.
[----------] 1 test from MergeFunctionsTest
[ RUN ] MergeFunctionsTest.TrueOutputModuleTest
Stack dump without symbol names (ensure you have llvm-symbolizer in your PATH or set the environment var `LLVM_SYMBOLIZER_PATH` to point to it):
0 libLLVMSupport.so.24.0git 0x00007a5d1aa2ff71 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) + 65
1 libLLVMSupport.so.24.0git 0x00007a5d1aa2c87c llvm::sys::RunSignalHandlers() + 76
2 libLLVMSupport.so.24.0git 0x00007a5d1aa2c9de
3 libc.so.6 0x00007a5d1a045330
4 IPOTests 0x0000652ebb022113
5 IPOTests 0x0000652ebb020b65
6 IPOTests 0x0000652ebb020f97
7 libllvm_gtest.so.24.0git 0x00007a5d1c4ae86d testing::TestInfo::Run() + 397
8 libllvm_gtest.so.24.0git 0x00007a5d1c4becd9
9 libllvm_gtest.so.24.0git 0x00007a5d1c4bf6aa testing::internal::UnitTestImpl::RunAllTests() + 2218
10 libllvm_gtest.so.24.0git 0x00007a5d1c4a2c10 testing::UnitTest::Run() + 112
11 libllvm_gtest_main.so.24.0git 0x00007a5d1c4e8af8 main + 104
12 libc.so.6 0x00007a5d1a02a1ca
13 libc.so.6 0x00007a5d1a02a28b __libc_start_main + 139
14 IPOTests 0x0000652ebafef355
--
exit: -11
--
shard JSON output does not exist: /home/buildbot/worker/as-builder-7/llvm-nvptx-nvidia-ubuntu/build/unittests/Transforms/IPO/./IPOTests-LLVM-Unit-1145390-18-22.json
********************
```
</details>
https://github.com/llvm/llvm-project/pull/208009
More information about the llvm-commits
mailing list