summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenObjCXX
diff options
context:
space:
mode:
authorReid Kleckner <rnk@google.com>2019-04-25 23:30:41 +0000
committerReid Kleckner <rnk@google.com>2019-04-25 23:30:41 +0000
commit1be5369a0ce4606d8ee3113ab4372f196d20daeb (patch)
treee4beba1dfaaf42653b533ec99f635dc872417412 /clang/test/CodeGenObjCXX
parent4730604bd3a361c68b92b18bf73a5daa15afe9f4 (diff)
downloadbcm5719-llvm-1be5369a0ce4606d8ee3113ab4372f196d20daeb.tar.gz
bcm5719-llvm-1be5369a0ce4606d8ee3113ab4372f196d20daeb.zip
Revert [COFF] Statically link certain runtime library functions
This reverts r359250 (git commit 4730604bd3a361c68b92b18bf73a5daa15afe9f4) The newly added test should use -cc1 and -emit-llvm and there are other test failures that need fixing. llvm-svn: 359251
Diffstat (limited to 'clang/test/CodeGenObjCXX')
-rw-r--r--clang/test/CodeGenObjCXX/msabi-stret.mm3
1 files changed, 2 insertions, 1 deletions
diff --git a/clang/test/CodeGenObjCXX/msabi-stret.mm b/clang/test/CodeGenObjCXX/msabi-stret.mm
index 66e407af27e..765c23887ba 100644
--- a/clang/test/CodeGenObjCXX/msabi-stret.mm
+++ b/clang/test/CodeGenObjCXX/msabi-stret.mm
@@ -13,5 +13,6 @@ S f() {
return [I m:S()];
}
-// CHECK: declare dso_local void @objc_msgSend_stret(i8*, i8*, ...)
+// CHECK: declare dllimport void @objc_msgSend_stret(i8*, i8*, ...)
// CHECK-NOT: declare dllimport void @objc_msgSend(i8*, i8*, ...)
+
OpenPOWER on IntegriCloud