File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change 1
1
// REQUIRES: aarch64-registered-target
2
2
3
- // RUN: %clang_cc1 -triple arm64-windows -fms-compatibility - S \
3
+ // RUN: %clang_cc1 -triple arm64-windows -S \
4
4
// RUN: -o - %s | FileCheck %s -check-prefix CHECK-ASM
5
5
6
- // RUN: %clang_cc1 -triple arm64-darwin -fms-compatibility -S \
7
- // RUN: -o - %s | FileCheck %s -check-prefix CHECK-ASM
8
-
9
- // RUN: %clang_cc1 -triple arm64-windows -fms-compatibility -emit-llvm \
6
+ // RUN: %clang_cc1 -triple arm64-windows -emit-llvm \
10
7
// RUN: -o - %s | FileCheck %s -check-prefix CHECK-IR
11
8
12
- // RUN: %clang_cc1 -triple arm64-darwin -fms-compatibility - emit-llvm \
9
+ // RUN: %clang_cc1 -triple arm64-darwin -emit-llvm \
13
10
// RUN: -o - %s | FileCheck %s -check-prefix CHECK-IR
14
11
15
12
// From winnt.h
You can’t perform that action at this time.
0 commit comments