Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / compiler-rt / test / fuzzer / deprecated-instrumentation.test
blobd65abcd772bf069887972ff906059cb63c7c76a0
1 CHECK: -fsanitize-coverage=trace-pc is no longer supported by libFuzzer
2 RUN: %cpp_compiler %S/SimpleTest.cpp -c -o %t-SimpleTest.o -fsanitize-coverage=trace-pc
3 RUN: %cpp_compiler %t-SimpleTest.o -o %t-SimpleTest
4 RUN: not %run %t-SimpleTest 2>&1 | FileCheck %s