diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2013-12-22 00:07:40 +0000 |
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2013-12-22 00:07:40 +0000 |
| commit | bfef399519ca9b8a4b4c6b563253bad7e0eeffe0 (patch) | |
| tree | df8df0b0067b381eab470a3b8f28d14a552a6340 /test/Tooling/multi-jobs.cpp | |
| parent | 6a0372513edbc473b538d2f724efac50405d6fef (diff) | |
Notes
Diffstat (limited to 'test/Tooling/multi-jobs.cpp')
| -rw-r--r-- | test/Tooling/multi-jobs.cpp | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/test/Tooling/multi-jobs.cpp b/test/Tooling/multi-jobs.cpp index 1e6bce113fd5..cef84439f0da 100644 --- a/test/Tooling/multi-jobs.cpp +++ b/test/Tooling/multi-jobs.cpp @@ -1,4 +1,7 @@ -// RUN: clang-check "%s" -- -no-integrated-as -c 2>&1 | FileCheck %s +// RUN: not clang-check "%s" -- -no-integrated-as -c 2>&1 | FileCheck %s // CHECK: C++ requires invalid; + +// MSVC targeted drivers (*-win32) are incapable of invoking external assembler. +// XFAIL: win32 |
