[clang] [llvm] [PseudoProbe] Support emitting to COFF object (PR #123870)
LLVM Continuous Integration via llvm-commits
llvm-commits at lists.llvm.org
Sun Aug 31 17:47:53 PDT 2025
llvm-ci wrote:
LLVM Buildbot has detected a new failure on builder `openmp-offload-sles-build-only` running on `rocm-worker-hw-04-sles` while building `clang,llvm` at step 6 "Add check check-clang".
Full details are available at: https://lab.llvm.org/buildbot/#/builders/140/builds/29902
<details>
<summary>Here is the relevant piece of the build log for the reference</summary>
```
Step 6 (Add check check-clang) failure: test (failure)
******************** TEST 'Clang-Unit :: Interpreter/ExceptionTests/./ClangReplInterpreterExceptionTests/0/1' FAILED ********************
Script(shard):
--
GTEST_OUTPUT=json:/home/botworker/bbot/builds/openmp-offload-sles-build/llvm.build/tools/clang/unittests/Interpreter/ExceptionTests/./ClangReplInterpreterExceptionTests-Clang-Unit-3514325-0-1.json GTEST_SHUFFLE=0 GTEST_TOTAL_SHARDS=1 GTEST_SHARD_INDEX=0 /home/botworker/bbot/builds/openmp-offload-sles-build/llvm.build/tools/clang/unittests/Interpreter/ExceptionTests/./ClangReplInterpreterExceptionTests
--
[==========] Running 1 test from 1 test suite.
[----------] Global test environment set-up.
[----------] 1 test from InterpreterExceptionTest
[ RUN ] InterpreterExceptionTest.CatchException
terminate called after throwing an instance of 'custom_exception'
#0 0x000000000169a178 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) (/home/botworker/bbot/builds/openmp-offload-sles-build/llvm.build/tools/clang/unittests/Interpreter/ExceptionTests/./ClangReplInterpreterExceptionTests+0x169a178)
#1 0x0000000001696c44 SignalHandler(int, siginfo_t*, void*) Signals.cpp:0:0
#2 0x00007f80fffeb910 __restore_rt (/lib64/libpthread.so.0+0x16910)
#3 0x00007f80ff919d2b raise (/lib64/libc.so.6+0x4ad2b)
#4 0x00007f80ff91b3e5 abort (/lib64/libc.so.6+0x4c3e5)
#5 0x00007f80ffcde4a7 (/usr/lib64/libstdc++.so.6+0xa84a7)
#6 0x00007f80ffcedc1c (/usr/lib64/libstdc++.so.6+0xb7c1c)
#7 0x00007f80ffcedc87 (/usr/lib64/libstdc++.so.6+0xb7c87)
#8 0x00007f80ffcedee8 (/usr/lib64/libstdc++.so.6+0xb7ee8)
#9 0x00007f81000000f9
#10 0x00007f8100000014
--
exit: -6
--
shard JSON output does not exist: /home/botworker/bbot/builds/openmp-offload-sles-build/llvm.build/tools/clang/unittests/Interpreter/ExceptionTests/./ClangReplInterpreterExceptionTests-Clang-Unit-3514325-0-1.json
********************
```
</details>
https://github.com/llvm/llvm-project/pull/123870
More information about the llvm-commits
mailing list