We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd549f4 commit 9e4082fCopy full SHA for 9e4082f
clang/test/CodeGen/arm64-microsoft-sys.c
@@ -1,12 +1,12 @@
1
// REQUIRES: aarch64-registered-target
2
3
-// RUN: %clang_cc1 -triple arm64-windows -S \
+// RUN: %clang_cc1 -triple arm64-windows -fms-compatibility -S \
4
// RUN: -o - %s | FileCheck %s -check-prefix CHECK-ASM
5
6
-// RUN: %clang_cc1 -triple arm64-windows -emit-llvm \
+// RUN: %clang_cc1 -triple arm64-windows -fms-compatibility -emit-llvm \
7
// RUN: -o - %s | FileCheck %s -check-prefix CHECK-IR
8
9
-// RUN: %clang_cc1 -triple arm64-darwin -emit-llvm \
+// RUN: %clang_cc1 -triple arm64-darwin -fms-compatibility -emit-llvm \
10
11
12
// From winnt.h
0 commit comments