[PATCH] D66494: [GWP-ASan] Build stack_trace_compressor_fuzzer.
Vitaly Buka via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 23 18:05:53 PDT 2019
vitalybuka added inline comments.
================
Comment at: compiler-rt/trunk/lib/gwp_asan/CMakeLists.txt:104
+ if ("${CMAKE_CXX_COMPILER_ID}" STREQUAL "Clang" AND
+ COMPILER_RT_BUILD_LIBFUZZER)
+ add_executable(stack_trace_compressor_fuzzer
----------------
We should not build these fuzzers if host compiler has no libFuzzer.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D66494/new/
https://reviews.llvm.org/D66494
More information about the llvm-commits
mailing list