Mercurial > hg > CbC > CbC_llvm
view compiler-rt/test/fuzzer/deprecated-instrumentation.test @ 207:2e18cbf3894f
LLVM12
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Tue, 08 Jun 2021 06:07:14 +0900 |
parents | 1d019706d866 |
children |
line wrap: on
line source
CHECK: -fsanitize-coverage=trace-pc is no longer supported by libFuzzer 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