mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-11-27 15:41:46 +00:00
b8da574c0d
Part of the project to eliminate special handling for triples in lit expressions.
7 lines
280 B
C
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!
|