The current code relies on the assumption that tests are included only if LLVM_USE_SANITIZE_COVERAGE is enabled.
This commit makes it easier to relax the assumption in the future, as the variable LIBFUZZER_FLAGS_BASE is used further in libFuzzer tests CMakeLists.txt.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM