forked from OSchip/llvm-project
Add target flag to clang-cl invocation in this test.
llvm-svn: 246804
This commit is contained in:
parent
5bfa1084b1
commit
c079df09a6
|
@ -61,7 +61,7 @@
|
|||
// CHECK-EXTEND-LEGACY: -fsanitize-coverage-type=1
|
||||
// CHECK-EXTEND-LEGACY: -fsanitize-coverage-trace-cmp
|
||||
|
||||
// RUN: %clang_cl -fsanitize=address -fsanitize-coverage=1 -c -### -- %s 2>&1 | FileCheck %s -check-prefix=CLANG-CL-COVERAGE
|
||||
// RUN: %clang_cl --target=i386-pc-win32 -fsanitize=address -fsanitize-coverage=1 -c -### -- %s 2>&1 | FileCheck %s -check-prefix=CLANG-CL-COVERAGE
|
||||
// CLANG-CL-COVERAGE-NOT: error:
|
||||
// CLANG-CL-COVERAGE-NOT: warning:
|
||||
// CLANG-CL-COVERAGE-NOT: argument unused
|
||||
|
|
Loading…
Reference in New Issue