r216334 - Fix CodeGenCXX/dllexport.cpp test. Somehow this slipped out of my previous commit.

Hans Wennborg hans at hanshq.net
Sat Aug 23 15:46:24 PDT 2014


Author: hans
Date: Sat Aug 23 17:46:24 2014
New Revision: 216334

URL: http://llvm.org/viewvc/llvm-project?rev=216334&view=rev
Log:
Fix CodeGenCXX/dllexport.cpp test. Somehow this slipped out of my previous commit.

Modified:
    cfe/trunk/test/CodeGenCXX/dllexport.cpp

Modified: cfe/trunk/test/CodeGenCXX/dllexport.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGenCXX/dllexport.cpp?rev=216334&r1=216333&r2=216334&view=diff
==============================================================================
--- cfe/trunk/test/CodeGenCXX/dllexport.cpp (original)
+++ cfe/trunk/test/CodeGenCXX/dllexport.cpp Sat Aug 23 17:46:24 2014
@@ -591,7 +591,7 @@ template <typename T> struct __declspec(
 template <typename T> struct PartiallySpecializedExportedClassTemplate<T*> { void f() {} };
 USEMEMFUNC(PartiallySpecializedExportedClassTemplate<void*>, f);
 // M32-DAG: define weak_odr dllexport x86_thiscallcc void @"\01?f@?$PartiallySpecializedExportedClassTemplate at PAX@@QAEXXZ"
-// G32-DAG: define linkonce_odr x86_thiscallcc @_ZN41PartiallySpecializedExportedClassTemplateIPvE1fEv
+// G32-DAG: define linkonce_odr x86_thiscallcc void @_ZN41PartiallySpecializedExportedClassTemplateIPvE1fEv
 
 //===----------------------------------------------------------------------===//
 // Classes with template base classes





More information about the cfe-commits mailing list