bolt/deps/llvm-18.1.8/compiler-rt/test/fuzzer/not-instrumented.test

5 lines
309 B
Text
Raw Normal View History

2025-02-14 19:21:04 +01:00
RUN: %cpp_compiler %S/NotinstrumentedTest.cpp -fsanitize-coverage=0 -o %t-NotinstrumentedTest-NoCoverage
RUN: %run %t-NotinstrumentedTest-NoCoverage -runs=100 2>&1 | FileCheck %s --check-prefix=NO_COVERAGE
NO_COVERAGE: WARNING: no interesting inputs were found so far. Is the code instrumented for coverage?