[clang] [LifetimeSafety] Add support for destructive function calls (PR #195064)

LLVM Continuous Integration via cfe-commits cfe-commits at lists.llvm.org
Fri May 1 13:13:12 PDT 2026


llvm-ci wrote:

LLVM Buildbot has detected a new failure on builder `llvm-clang-x86_64-gcc-ubuntu` running on `sie-linux-worker3` while building `clang` at step 4 "cmake-configure".

Full details are available at: https://lab.llvm.org/buildbot/#/builders/174/builds/35236

<details>
<summary>Here is the relevant piece of the build log for the reference</summary>

```
Step 4 (cmake-configure) failure: cmake (failure)
...

    "/opt/ccache/bin/gcc"

  is not able to compile a simple test program.

  It fails with the following output:

    Change Dir: /home/buildbot/buildbot-root/llvm-clang-x86_64-gcc-ubuntu/build/CMakeFiles/CMakeScratch/TryCompile-6FUtwu
    
    Run Build Command(s):/usr/bin/ninja cmTC_7ea5b && [1/2] Building C object CMakeFiles/cmTC_7ea5b.dir/testCCompiler.c.o
    FAILED: CMakeFiles/cmTC_7ea5b.dir/testCCompiler.c.o 
    /opt/ccache/bin/gcc    -o CMakeFiles/cmTC_7ea5b.dir/testCCompiler.c.o -c /home/buildbot/buildbot-root/llvm-clang-x86_64-gcc-ubuntu/build/CMakeFiles/CMakeScratch/TryCompile-6FUtwu/testCCompiler.c
    ccache: error: Failed to create directory /home/buildbot/.ccache/tmp: No such file or directory
    ninja: build stopped: subcommand failed.
    
    

  

  CMake will not be able to correctly generate this project.
Call Stack (most recent call first):
  CMakeLists.txt:70 (project)


-- Configuring incomplete, errors occurred!
See also "/home/buildbot/buildbot-root/llvm-clang-x86_64-gcc-ubuntu/build/CMakeFiles/CMakeOutput.log".
See also "/home/buildbot/buildbot-root/llvm-clang-x86_64-gcc-ubuntu/build/CMakeFiles/CMakeError.log".

```

</details>

https://github.com/llvm/llvm-project/pull/195064


More information about the cfe-commits mailing list