summaryrefslogtreecommitdiffstats
path: root/test/CodeGenObjCXX/msabi-stret.mm
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGenObjCXX/msabi-stret.mm')
-rw-r--r--test/CodeGenObjCXX/msabi-stret.mm3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/CodeGenObjCXX/msabi-stret.mm b/test/CodeGenObjCXX/msabi-stret.mm
index 765c23887b..66e407af27 100644
--- a/test/CodeGenObjCXX/msabi-stret.mm
+++ b/test/CodeGenObjCXX/msabi-stret.mm
@@ -13,6 +13,5 @@ S f() {
return [I m:S()];
}
-// CHECK: declare dllimport void @objc_msgSend_stret(i8*, i8*, ...)
+// CHECK: declare dso_local void @objc_msgSend_stret(i8*, i8*, ...)
// CHECK-NOT: declare dllimport void @objc_msgSend(i8*, i8*, ...)
-