]> granicus.if.org Git - clang/commitdiff
Fix CodeGenCXX/dllexport.cpp test. Somehow this slipped out of my previous commit.
authorHans Wennborg <hans@hanshq.net>
Sat, 23 Aug 2014 22:46:24 +0000 (22:46 +0000)
committerHans Wennborg <hans@hanshq.net>
Sat, 23 Aug 2014 22:46:24 +0000 (22:46 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@216334 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGenCXX/dllexport.cpp

index 44af5d0215f07140b3d0755605fc592297fe5bb9..f2e0c3b2519e75a8d0a476dd22100a82a7a19916 100644 (file)
@@ -591,7 +591,7 @@ template <typename T> struct __declspec(dllexport) PartiallySpecializedExportedC
 template <typename T> struct PartiallySpecializedExportedClassTemplate<T*> { void f() {} };
 USEMEMFUNC(PartiallySpecializedExportedClassTemplate<void*>, f);
 // M32-DAG: define weak_odr dllexport x86_thiscallcc void @"\01?f@?$PartiallySpecializedExportedClassTemplate@PAX@@QAEXXZ"
-// G32-DAG: define linkonce_odr x86_thiscallcc @_ZN41PartiallySpecializedExportedClassTemplateIPvE1fEv
+// G32-DAG: define linkonce_odr x86_thiscallcc void @_ZN41PartiallySpecializedExportedClassTemplateIPvE1fEv
 
 //===----------------------------------------------------------------------===//
 // Classes with template base classes