From 4b032fee01254a0718385ac9150588823dd4d4ec Mon Sep 17 00:00:00 2001 From: Hans Wennborg Date: Sat, 23 Aug 2014 22:46:24 +0000 Subject: [PATCH] Fix CodeGenCXX/dllexport.cpp test. Somehow this slipped out of my previous commit. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@216334 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGenCXX/dllexport.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/CodeGenCXX/dllexport.cpp b/test/CodeGenCXX/dllexport.cpp index 44af5d0215..f2e0c3b251 100644 --- a/test/CodeGenCXX/dllexport.cpp +++ b/test/CodeGenCXX/dllexport.cpp @@ -591,7 +591,7 @@ template struct __declspec(dllexport) PartiallySpecializedExportedC template struct PartiallySpecializedExportedClassTemplate { void f() {} }; USEMEMFUNC(PartiallySpecializedExportedClassTemplate, 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 -- 2.40.0