diff options
Diffstat (limited to 'clang/test/CodeGen/windows-on-arm-dllimport-dllexport.c')
| -rw-r--r-- | clang/test/CodeGen/windows-on-arm-dllimport-dllexport.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/test/CodeGen/windows-on-arm-dllimport-dllexport.c b/clang/test/CodeGen/windows-on-arm-dllimport-dllexport.c index a2ebbf195f7..4b2e29e430c 100644 --- a/clang/test/CodeGen/windows-on-arm-dllimport-dllexport.c +++ b/clang/test/CodeGen/windows-on-arm-dllimport-dllexport.c @@ -17,9 +17,9 @@ void call_imported_function() { } // CHECK: @import_int = external dllimport global i32 -// CHECK: @export_int = common dso_local dllexport global i32 0, align 4 +// CHECK: @export_int = common dllexport global i32 0, align 4 -// CHECK: define dso_local dllexport arm_aapcs_vfpcc void @export_implemented_function() +// CHECK: define dllexport arm_aapcs_vfpcc void @export_implemented_function() // CHECK: declare dllimport arm_aapcs_vfpcc void @import_function(i32) |

