[PATCH] D78114: Update check-tsan tests to reflect the interceptor code

Pratyai Mazumder via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 14 23:57:37 PDT 2020


pratyai added a comment.

In D78114#1982561 <https://reviews.llvm.org/D78114#1982561>, @vitalybuka wrote:

> How  exactly do you configure the project? And what is the platform.
>  For me tests pass as-is and fail with your patch.


configuration:
cmake -G Ninja -DLLVM_ENABLE_PROJECTS="clang;clang-tools-extra;compiler-rt;lld" -DCOMPILER_RT_BUILD_LIBFUZZER=ON ../llvm

platform:
x86_64
installed clang version 8.0.1-4

Right; they started to appear in `check-all` after I configured the fuzzer; I thought it just added new things to build and check.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D78114/new/

https://reviews.llvm.org/D78114





More information about the llvm-commits mailing list