summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/mingw-new-abi.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/CodeGenCXX/mingw-new-abi.cpp')
-rw-r--r--clang/test/CodeGenCXX/mingw-new-abi.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/test/CodeGenCXX/mingw-new-abi.cpp b/clang/test/CodeGenCXX/mingw-new-abi.cpp
index 2b05253b098..fe98a1fb2f0 100644
--- a/clang/test/CodeGenCXX/mingw-new-abi.cpp
+++ b/clang/test/CodeGenCXX/mingw-new-abi.cpp
@@ -3,8 +3,8 @@
namespace test1 {
struct foo {
- // MINGW: declare x86_thiscallcc void @_ZN5test13foo1fEv
- // CYGWIN: declare void @_ZN5test13foo1fEv
+ // MINGW: declare dso_local x86_thiscallcc void @_ZN5test13foo1fEv
+ // CYGWIN: declare dso_local void @_ZN5test13foo1fEv
void f();
};
void g(foo *x) {
OpenPOWER on IntegriCloud