forked from OSchip/llvm-project
Specify a target explicitly in libfuzzer driver flag test
llvm-svn: 301246
This commit is contained in:
parent
b4a2d18777
commit
d4fec71b9b
|
@ -1,6 +1,6 @@
|
|||
// Test flags inserted by -fsanitize=fuzzer.
|
||||
|
||||
// RUN: %clang -fsanitize=fuzzer %s -### 2>&1 | FileCheck --check-prefixes=CHECK-FUZZER-LIB,CHECK-COVERAGE-FLAGS %s
|
||||
// RUN: %clang -fsanitize=fuzzer %s -target x86_64-apple-darwin14 -### 2>&1 | FileCheck --check-prefixes=CHECK-FUZZER-LIB,CHECK-COVERAGE-FLAGS %s
|
||||
//
|
||||
// CHECK-FUZZER-LIB: libLLVMFuzzer.a
|
||||
// CHECK-COVERAGE: -fsanitize-coverage-trace-pc-guard
|
||||
|
|
Loading…
Reference in New Issue