File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 309
309
310
310
// Target with OS version is not overridden by arch:
311
311
312
- // RUN: %clang -target uknown-apple-macos10.11.2 -arch=armv7k - c %s -### 2>&1 | \
312
+ // RUN: %clang -target uknown-apple-macos10.11.2 -c %s -### 2>&1 | \
313
313
// RUN: FileCheck --check-prefix=CHECK-VERSION-TIGNORE-ARCH1 %s
314
314
// CHECK-VERSION-TIGNORE-ARCH1: "unknown-apple-macosx10.11.2"
315
315
Original file line number Diff line number Diff line change 20
20
21
21
// NOAMX-BF16-NOT: #define __AMXBF16__ 1
22
22
23
- // RUN: %clang -target i386-unknown-linux-gnu -march=i386 -amx -bf16 -mno-amx-tile -x c -E -dM -o - %s | FileCheck -check-prefix=NOAMX-BF16 %s
23
+ // RUN: %clang -target i386-unknown-linux-gnu -march=i386 -mamx -bf16 -mno-amx-tile -x c -E -dM -o - %s | FileCheck -check-prefix=NOAMX-BF16 %s
24
24
25
25
// NOAMX-BF16-NOT: #define __AMXTILE__ 1
26
26
// NOAMX-BF16-NOT: #define __AMXBF16__ 1
29
29
30
30
// NOAMX-INT8-NOT: #define __AMXINT8__ 1
31
31
32
- // RUN: %clang -target i386-unknown-linux-gnu -march=i386 -amx -int8 -mno-amx-tile -x c -E -dM -o - %s | FileCheck -check-prefix=NOAMX-INT8 %s
32
+ // RUN: %clang -target i386-unknown-linux-gnu -march=i386 -mamx -int8 -mno-amx-tile -x c -E -dM -o - %s | FileCheck -check-prefix=NOAMX-INT8 %s
33
33
34
34
// NOAMX-INT8-NOT: #define __AMXTILE__ 1
35
35
// NOAMX-INT8-NOT: #define __AMXINT8__ 1
You can’t perform that action at this time.
0 commit comments