llvm-capstone/clang/test/Driver/inhibit-downstream-commands.c
Paul Robinson b8da574c0d [PS4/PS5] Convert tests to check 'target=<triple>'
Part of the project to eliminate special handling for triples in lit
expressions.
2022-11-30 12:02:30 -08:00

7 lines
280 B
C

// RUN: not %clang -no-integrated-as %s 2>&1 | FileCheck %s
// CHECK: error: unknown type name 'invalid'
// CHECK-NOT: clang: error: assembler command failed
// CHECK-NOT: clang: error: linker command failed
// XFAIL: target={{.*-windows-msvc}}, target={{.*-ps5}}
invalid C code!