aboutsummaryrefslogtreecommitdiff
path: root/test/Tooling/multi-jobs.cpp
blob: cef84439f0da9fefa124593e1b1e587204fb4180 (plain) (blame)
1
2
3
4
5
6
7
// 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