[clang] [llvm] [TySan][Clang] Add clang flag to use tysan outlined instrumentation a… (PR #166170)
LLVM Continuous Integration via llvm-commits
llvm-commits at lists.llvm.org
Fri Nov 21 07:01:31 PST 2025
llvm-ci wrote:
LLVM Buildbot has detected a new failure on builder `llvm-clang-x86_64-sie-ubuntu-fast` running on `sie-linux-worker` while building `clang,llvm` at step 6 "test-build-unified-tree-check-all".
Full details are available at: https://lab.llvm.org/buildbot/#/builders/144/builds/40702
<details>
<summary>Here is the relevant piece of the build log for the reference</summary>
```
Step 6 (test-build-unified-tree-check-all) failure: test (failure)
******************** TEST 'Clang :: CodeGen/sanitize-type-outlined.cpp' FAILED ********************
Exit Code: 2
Command Output (stdout):
--
# RUN: at line 3
/home/buildbot/buildbot-root/llvm-clang-x86_64-sie-ubuntu-fast/build/bin/clang -S -fsanitize=type -emit-llvm -o - -fsanitize=type /home/buildbot/buildbot-root/llvm-clang-x86_64-sie-ubuntu-fast/llvm-project/clang/test/CodeGen/sanitize-type-outlined.cpp -fno-sanitize-type-outline-instrumentation | /home/buildbot/buildbot-root/llvm-clang-x86_64-sie-ubuntu-fast/build/bin/FileCheck /home/buildbot/buildbot-root/llvm-clang-x86_64-sie-ubuntu-fast/llvm-project/clang/test/CodeGen/sanitize-type-outlined.cpp --check-prefixes=CHECK-NO-OUTLINE
# executed command: /home/buildbot/buildbot-root/llvm-clang-x86_64-sie-ubuntu-fast/build/bin/clang -S -fsanitize=type -emit-llvm -o - -fsanitize=type /home/buildbot/buildbot-root/llvm-clang-x86_64-sie-ubuntu-fast/llvm-project/clang/test/CodeGen/sanitize-type-outlined.cpp -fno-sanitize-type-outline-instrumentation
# .---command stderr------------
# | clang: error: unsupported option '-fsanitize=type' for target 'x86_64-scei-ps4'
# `-----------------------------
# error: command failed with exit status: 1
# executed command: /home/buildbot/buildbot-root/llvm-clang-x86_64-sie-ubuntu-fast/build/bin/FileCheck /home/buildbot/buildbot-root/llvm-clang-x86_64-sie-ubuntu-fast/llvm-project/clang/test/CodeGen/sanitize-type-outlined.cpp --check-prefixes=CHECK-NO-OUTLINE
# .---command stderr------------
# | FileCheck error: '<stdin>' is empty.
# | FileCheck command line: /home/buildbot/buildbot-root/llvm-clang-x86_64-sie-ubuntu-fast/build/bin/FileCheck /home/buildbot/buildbot-root/llvm-clang-x86_64-sie-ubuntu-fast/llvm-project/clang/test/CodeGen/sanitize-type-outlined.cpp --check-prefixes=CHECK-NO-OUTLINE
# `-----------------------------
# error: command failed with exit status: 2
--
********************
```
</details>
https://github.com/llvm/llvm-project/pull/166170
More information about the llvm-commits
mailing list