[compiler-rt] Undo lsan part of #98240 (PR #98409)
LLVM Continuous Integration via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 10 17:08:49 PDT 2024
llvm-ci wrote:
LLVM Buildbot has detected a new failure on builder `flang-runtime-cuda-clang` running on `as-builder-7` while building `compiler-rt` at step 7 "build-clang-default".
Full details are available at: https://lab.llvm.org/buildbot/#/builders/7/builds/1250
Here is the relevant piece of the build log for the reference:
```
Step 7 (build-clang-default) failure: cmake (failure)
...
-- Performing Test HAS_THREAD_LOCAL
-- Performing Test HAS_THREAD_LOCAL - Success
-- Generated Sanitizer SUPPORTED_TOOLS list on "Linux" is "asan;lsan;hwasan;msan;tsan;ubsan"
-- sanitizer_common tests on "Linux" will run against "asan;lsan;hwasan;msan;tsan;ubsan"
-- check-nsan does nothing.
-- check-shadowcallstack does nothing.
-- Configuring incomplete, errors occurred!
See also "/home/buildbot/worker/as-builder-7/ramdisk/flang-runtime-cuda-clang/build/clang/runtimes/runtimes-bins/CMakeFiles/CMakeOutput.log".
See also "/home/buildbot/worker/as-builder-7/ramdisk/flang-runtime-cuda-clang/build/clang/runtimes/runtimes-bins/CMakeFiles/CMakeError.log".
49.787 [3/2/4764] Linking CXX executable bin/clangd
FAILED: runtimes/runtimes-stamps/runtimes-configure /home/buildbot/worker/as-builder-7/ramdisk/flang-runtime-cuda-clang/build/clang/runtimes/runtimes-stamps/runtimes-configure
cd /home/buildbot/worker/as-builder-7/ramdisk/flang-runtime-cuda-clang/build/clang/runtimes/runtimes-bins && /usr/bin/cmake --no-warn-unused-cli -DCMAKE_C_COMPILER=/home/buildbot/worker/as-builder-7/ramdisk/flang-runtime-cuda-clang/build/clang/./bin/clang -DCMAKE_CXX_COMPILER=/home/buildbot/worker/as-builder-7/ramdisk/flang-runtime-cuda-clang/build/clang/./bin/clang++ -DCMAKE_ASM_COMPILER=/home/buildbot/worker/as-builder-7/ramdisk/flang-runtime-cuda-clang/build/clang/./bin/clang -DCMAKE_LINKER=/home/buildbot/worker/as-builder-7/ramdisk/flang-runtime-cuda-clang/build/clang/./bin/ld.lld -DCMAKE_AR=/home/buildbot/worker/as-builder-7/ramdisk/flang-runtime-cuda-clang/build/clang/./bin/llvm-ar -DCMAKE_RANLIB=/home/buildbot/worker/as-builder-7/ramdisk/flang-runtime-cuda-clang/build/clang/./bin/llvm-ranlib -DCMAKE_NM=/home/buildbot/worker/as-builder-7/ramdisk/flang-runtime-cuda-clang/build/clang/./bin/llvm-nm -DCMAKE_OBJDUMP=/home/buildbot/worker/as-builder-7/ramdisk/flang-runtime-cuda-clang/build/clang/./bin/llvm-objdump -DCMAKE_OBJCOPY=/home/buildbot/worker/as-builder-7/ramdisk/flang-runtime-cuda-clang/build/clang/./bin/llvm-objcopy -DCMAKE_STRIP=/home/buildbot/worker/as-builder-7/ramdisk/flang-runtime-cuda-clang/build/clang/./bin/llvm-strip -DCMAKE_READELF=/home/buildbot/worker/as-builder-7/ramdisk/flang-runtime-cuda-clang/build/clang/./bin/llvm-readelf -DCMAKE_C_COMPILER_TARGET=x86_64-unknown-linux-gnu -DCMAKE_CXX_COMPILER_TARGET=x86_64-unknown-linux-gnu -DCMAKE_ASM_COMPILER_TARGET=x86_64-unknown-linux-gnu -DCMAKE_INSTALL_PREFIX=/home/buildbot/worker/as-builder-7/ramdisk/flang-runtime-cuda-clang/install-clang -DLLVM_BINARY_DIR=/home/buildbot/worker/as-builder-7/ramdisk/flang-runtime-cuda-clang/build/clang -DLLVM_CONFIG_PATH=/home/buildbot/worker/as-builder-7/ramdisk/flang-runtime-cuda-clang/build/clang/bin/llvm-config -DLLVM_ENABLE_WERROR=OFF -DLLVM_HOST_TRIPLE=x86_64-unknown-linux-gnu -DLLVM_HAVE_LINK_VERSION_SCRIPT=1 -DLLVM_USE_RELATIVE_PATHS_IN_DEBUG_INFO=OFF -DLLVM_USE_RELATIVE_PATHS_IN_FILES=OFF -DLLVM_LIT_ARGS=-sv -DLLVM_SOURCE_PREFIX= -DPACKAGE_VERSION=19.0.0git -DCMAKE_BUILD_TYPE=Release -DCMAKE_MAKE_PROGRAM=/usr/bin/ninja -DCMAKE_EXPORT_COMPILE_COMMANDS=1 -DCOMPILER_RT_BUILD_BUILTINS=Off -DLLVM_INCLUDE_TESTS=ON -DLLVM_DEFAULT_TARGET_TRIPLE=x86_64-unknown-linux-gnu -DLLVM_ENABLE_PROJECTS_USED=ON -DLLVM_ENABLE_PER_TARGET_RUNTIME_DIR=ON -DLLVM_BUILD_TOOLS=ON -DCMAKE_C_COMPILER_WORKS=ON -DCMAKE_CXX_COMPILER_WORKS=ON -DCMAKE_ASM_COMPILER_WORKS=ON -DHAVE_LLVM_LIT=ON -DCLANG_RESOURCE_DIR= -DLLVM_ENABLE_RUNTIMES=compiler-rt -GNinja /home/buildbot/worker/as-builder-7/ramdisk/flang-runtime-cuda-clang/llvm-project/llvm/runtimes/../../runtimes && /usr/bin/cmake -E touch /home/buildbot/worker/as-builder-7/ramdisk/flang-runtime-cuda-clang/build/clang/runtimes/runtimes-stamps//runtimes-configure
ninja: build stopped: subcommand failed.
```
https://github.com/llvm/llvm-project/pull/98409
More information about the llvm-commits
mailing list