diff options
Diffstat (limited to 'test/CodeGen/windows-on-arm-dllimport-dllexport.c')
-rw-r--r-- | test/CodeGen/windows-on-arm-dllimport-dllexport.c | 2 |
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 897d06a..4b2e29e 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; |