Specify a target explicitly in libfuzzer driver flag test

llvm-svn: 301246
This commit is contained in:
George Karpenkov 2017-04-24 20:38:56 +00:00
parent b4a2d18777
commit d4fec71b9b
1 changed files with 1 additions and 1 deletions

View File

@ -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