[compiler-rt] [compiler-rt][sanitizer-common] adding C23 memset_explicit interception. (PR #154428)
    LLVM Continuous Integration via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Sat Sep  6 14:29:18 PDT 2025
    
    
  
llvm-ci wrote:
LLVM Buildbot has detected a new failure on builder `clang-aarch64-sve-vla` running on `linaro-g3-03` while building `compiler-rt` at step 7 "ninja check 1".
Full details are available at: https://lab.llvm.org/buildbot/#/builders/17/builds/10783
<details>
<summary>Here is the relevant piece of the build log for the reference</summary>
```
Step 7 (ninja check 1) failure: stage 1 checked (failure)
******************** TEST 'AddressSanitizer-aarch64-linux :: TestCases/Linux/interception_malloc_test.cpp' FAILED ********************
Exit Code: 1
Command Output (stderr):
--
/home/tcwg-buildbot/worker/clang-aarch64-sve-vla/stage1/./bin/clang  --driver-mode=g++ -fsanitize=address -mno-omit-leaf-frame-pointer -fno-omit-frame-pointer -fno-optimize-sibling-calls -gline-tables-only   -Wthread-safety -Wthread-safety-reference -Wthread-safety-beta   -O0 /home/tcwg-buildbot/worker/clang-aarch64-sve-vla/llvm/compiler-rt/test/asan/TestCases/Linux/interception_malloc_test.cpp -o /home/tcwg-buildbot/worker/clang-aarch64-sve-vla/stage1/runtimes/runtimes-bins/compiler-rt/test/asan/AARCH64LinuxConfig/TestCases/Linux/Output/interception_malloc_test.cpp.tmp && not  /home/tcwg-buildbot/worker/clang-aarch64-sve-vla/stage1/runtimes/runtimes-bins/compiler-rt/test/asan/AARCH64LinuxConfig/TestCases/Linux/Output/interception_malloc_test.cpp.tmp 2>&1 | FileCheck /home/tcwg-buildbot/worker/clang-aarch64-sve-vla/llvm/compiler-rt/test/asan/TestCases/Linux/interception_malloc_test.cpp # RUN: at line 3
+ /home/tcwg-buildbot/worker/clang-aarch64-sve-vla/stage1/./bin/clang --driver-mode=g++ -fsanitize=address -mno-omit-leaf-frame-pointer -fno-omit-frame-pointer -fno-optimize-sibling-calls -gline-tables-only -Wthread-safety -Wthread-safety-reference -Wthread-safety-beta -O0 /home/tcwg-buildbot/worker/clang-aarch64-sve-vla/llvm/compiler-rt/test/asan/TestCases/Linux/interception_malloc_test.cpp -o /home/tcwg-buildbot/worker/clang-aarch64-sve-vla/stage1/runtimes/runtimes-bins/compiler-rt/test/asan/AARCH64LinuxConfig/TestCases/Linux/Output/interception_malloc_test.cpp.tmp
+ FileCheck /home/tcwg-buildbot/worker/clang-aarch64-sve-vla/llvm/compiler-rt/test/asan/TestCases/Linux/interception_malloc_test.cpp
+ not /home/tcwg-buildbot/worker/clang-aarch64-sve-vla/stage1/runtimes/runtimes-bins/compiler-rt/test/asan/AARCH64LinuxConfig/TestCases/Linux/Output/interception_malloc_test.cpp.tmp
/home/tcwg-buildbot/worker/clang-aarch64-sve-vla/llvm/compiler-rt/test/asan/TestCases/Linux/interception_malloc_test.cpp:21:12: error: CHECK: expected string not found in input
 // CHECK: malloc call
           ^
<stdin>:1:1: note: scanning from here
error: Segmentation fault
^
<stdin>:1:14: note: possible intended match here
error: Segmentation fault
             ^
Input file: <stdin>
Check file: /home/tcwg-buildbot/worker/clang-aarch64-sve-vla/llvm/compiler-rt/test/asan/TestCases/Linux/interception_malloc_test.cpp
-dump-input=help explains the following input dump.
Input was:
<<<<<<
            1: error: Segmentation fault 
check:21'0     X~~~~~~~~~~~~~~~~~~~~~~~~~ error: no match found
check:21'1                  ?             possible intended match
>>>>>>
--
********************
```
</details>
https://github.com/llvm/llvm-project/pull/154428
    
    
More information about the llvm-commits
mailing list