mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-15 20:51:35 +00:00
eb46c95c3e
Changes the default Windows target triple returned by GetHostTriple.cmake from the old environment names (which we wanted to move away from) to newer, normalized ones. This also requires updating all tests to use the new systems names in constraints. Differential Revision: https://reviews.llvm.org/D47381 llvm-svn: 339307
7 lines
248 B
C
7 lines
248 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: windows-msvc
|
|
invalid C code!
|