llvm-project/compiler-rt/test/fuzzer/deprecated-instrumentation....

5 lines
251 B
Plaintext

CHECK: libFuzzer does not support -fsanitize-coverage=trace-pc
RUN: %cpp_compiler %S/SimpleTest.cpp -c -o %t-SimpleTest.o -fsanitize-coverage=trace-pc
RUN: %cpp_compiler %t-SimpleTest.o -o %t-SimpleTest
RUN: not %run %t-SimpleTest 2>&1 | FileCheck %s