[clang] [compiler-rt] [llvm] [SPARC] Properly handle CC for long double on sparc32 (PR #162226)
LLVM Continuous Integration via llvm-commits
llvm-commits at lists.llvm.org
Sat Nov 29 09:56:51 PST 2025
llvm-ci wrote:
LLVM Buildbot has detected a new failure on builder `clang-solaris11-sparcv9` running on `solaris11-sparcv9` while building `clang,compiler-rt,llvm` at step 5 "ninja check 1".
Full details are available at: https://lab.llvm.org/buildbot/#/builders/13/builds/10834
<details>
<summary>Here is the relevant piece of the build log for the reference</summary>
```
Step 5 (ninja check 1) failure: stage 1 checked (failure)
******************** TEST 'AddressSanitizer-sparc-sunos :: TestCases/frexpl_interceptor.cpp' FAILED ********************
Exit Code: 1
Command Output (stderr):
--
/opt/llvm-buildbot/home/solaris11-sparcv9/clang-solaris11-sparcv9/stage1/./bin/clang --driver-mode=g++ -fsanitize=address -mno-omit-leaf-frame-pointer -fno-omit-frame-pointer -fno-optimize-sibling-calls -gline-tables-only -m32 -O0 /opt/llvm-buildbot/home/solaris11-sparcv9/clang-solaris11-sparcv9/llvm/compiler-rt/test/asan/TestCases/frexpl_interceptor.cpp -o /opt/llvm-buildbot/home/solaris11-sparcv9/clang-solaris11-sparcv9/stage1/projects/compiler-rt/test/asan/SPARCSunOSConfig/TestCases/Output/frexpl_interceptor.cpp.tmp && not /opt/llvm-buildbot/home/solaris11-sparcv9/clang-solaris11-sparcv9/stage1/projects/compiler-rt/test/asan/SPARCSunOSConfig/TestCases/Output/frexpl_interceptor.cpp.tmp 2>&1 | FileCheck /opt/llvm-buildbot/home/solaris11-sparcv9/clang-solaris11-sparcv9/llvm/compiler-rt/test/asan/TestCases/frexpl_interceptor.cpp # RUN: at line 1
+ /opt/llvm-buildbot/home/solaris11-sparcv9/clang-solaris11-sparcv9/stage1/./bin/clang --driver-mode=g++ -fsanitize=address -mno-omit-leaf-frame-pointer -fno-omit-frame-pointer -fno-optimize-sibling-calls -gline-tables-only -m32 -O0 /opt/llvm-buildbot/home/solaris11-sparcv9/clang-solaris11-sparcv9/llvm/compiler-rt/test/asan/TestCases/frexpl_interceptor.cpp -o /opt/llvm-buildbot/home/solaris11-sparcv9/clang-solaris11-sparcv9/stage1/projects/compiler-rt/test/asan/SPARCSunOSConfig/TestCases/Output/frexpl_interceptor.cpp.tmp
+ not /opt/llvm-buildbot/home/solaris11-sparcv9/clang-solaris11-sparcv9/stage1/projects/compiler-rt/test/asan/SPARCSunOSConfig/TestCases/Output/frexpl_interceptor.cpp.tmp
+ FileCheck /opt/llvm-buildbot/home/solaris11-sparcv9/clang-solaris11-sparcv9/llvm/compiler-rt/test/asan/TestCases/frexpl_interceptor.cpp
/opt/llvm-buildbot/home/solaris11-sparcv9/clang-solaris11-sparcv9/llvm/compiler-rt/test/asan/TestCases/frexpl_interceptor.cpp:17:12: error: CHECK: expected string not found in input
// CHECK: use-after-free
^
<stdin>:1:1: note: scanning from here
error: Illegal Instruction (core dumped)
^
<stdin>:1:9: note: possible intended match here
error: Illegal Instruction (core dumped)
^
Input file: <stdin>
Check file: /opt/llvm-buildbot/home/solaris11-sparcv9/clang-solaris11-sparcv9/llvm/compiler-rt/test/asan/TestCases/frexpl_interceptor.cpp
-dump-input=help explains the following input dump.
Input was:
<<<<<<
1: error: Illegal Instruction (core dumped)
check:17'0 X~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ error: no match found
check:17'1 ? possible intended match
>>>>>>
--
********************
```
</details>
https://github.com/llvm/llvm-project/pull/162226
More information about the llvm-commits
mailing list