brintos

brintos / llvm-project-archived public Read only

0
0
Text · 260 B · d65abcd Raw
5 lines · plain
1CHECK: -fsanitize-coverage=trace-pc is no longer supported by libFuzzer2RUN: %cpp_compiler %S/SimpleTest.cpp -c -o %t-SimpleTest.o -fsanitize-coverage=trace-pc3RUN: %cpp_compiler %t-SimpleTest.o -o %t-SimpleTest4RUN: not %run %t-SimpleTest 2>&1 | FileCheck %s5