aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/windows-on-arm-dllimport-dllexport.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/windows-on-arm-dllimport-dllexport.c')
-rw-r--r--test/CodeGen/windows-on-arm-dllimport-dllexport.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/windows-on-arm-dllimport-dllexport.c b/test/CodeGen/windows-on-arm-dllimport-dllexport.c
index 897d06a729d6..4b2e29e430c6 100644
--- a/test/CodeGen/windows-on-arm-dllimport-dllexport.c
+++ b/test/CodeGen/windows-on-arm-dllimport-dllexport.c
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -Werror -triple thumbv7-windows-itanium -mfloat-abi hard -emit-llvm %s -o - | FileCheck %s
+// RUN: %clang_cc1 -Werror -triple thumbv7-windows-itanium -mfloat-abi hard -fms-extensions -emit-llvm %s -o - | FileCheck %s
__declspec(dllexport) int export_int;