File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1131,6 +1131,6 @@ class __declspec(dllexport) ACE_Shared_Object {
11311131class __declspec (dllexport) ACE_Service_Object : public ACE_Shared_Object {};
11321132// Implicit move constructor declaration.
11331133// MSVC2015-DAG: define weak_odr dso_local dllexport {{.+}}ACE_Service_Object@@Q{{.+}}@$$Q
1134+ // PS-DAG: define weak_odr dllexport void @_ZN18ACE_Service_ObjectC1EOS_
11341135// The declarations should not be exported.
11351136// MSVC2013-NOT: define weak_odr dso_local dllexport {{.+}}ACE_Service_Object@@Q{{.+}}@$$Q
1136- // PS-NOT: define weak_odr dllexport void @_ZN18ACE_Service_ObjectC1EOS_
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ class c {
1616
1717template class __declspec (dllexport) c<int >;
1818
19- // CHECK-NOT : define {{.*}} dllexport {{.*}} @_ZN1cIiEC1EOS0_
19+ // CHECK: define {{.*}} dllexport {{.*}} @_ZN1cIiEC1EOS0_
2020// CHECK: define {{.*}} dllexport {{.*}} @_ZN1cIiE1fEv
2121
2222extern template class __declspec (dllexport) c<char >;
You can’t perform that action at this time.
0 commit comments