From 34fd284e0a6ea88b98d6e1183548264bab5b3702 Mon Sep 17 00:00:00 2001 From: Douglas Gregor Date: Sat, 13 Mar 2010 03:49:57 +0000 Subject: Re-revert the explicit template instantiation linkage patch. I am beginning to look incompetent git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@98425 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CXX/temp/temp.spec/temp.explicit/p1-emit.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/CXX/temp/temp.spec/temp.explicit') diff --git a/test/CXX/temp/temp.spec/temp.explicit/p1-emit.cpp b/test/CXX/temp/temp.spec/temp.explicit/p1-emit.cpp index d8f7b52145..70eb696418 100644 --- a/test/CXX/temp/temp.spec/temp.explicit/p1-emit.cpp +++ b/test/CXX/temp/temp.spec/temp.explicit/p1-emit.cpp @@ -12,10 +12,10 @@ T X::member1; template T X::member2 = 17; -// CHECK: @_ZN1XIiE7member1E = weak global i32 0 +// CHECK: @_ZN1XIiE7member1E = global i32 0 template int X::member1; -// CHECK: @_ZN1XIiE7member2E = weak global i32 17 +// CHECK: @_ZN1XIiE7member2E = global i32 17 template int X::member2; // For implicit instantiation of -- cgit v1.2.1