[cfe-commits] r122137 - /cfe/trunk/test/CodeGenCXX/visibility.cpp

John McCall rjmccall at apple.com
Fri Dec 17 19:52:05 PST 2010


Author: rjmccall
Date: Fri Dec 17 21:52:04 2010
New Revision: 122137

URL: http://llvm.org/viewvc/llvm-project?rev=122137&view=rev
Log:
Fix test.  I added one last test and then forget to re-check.


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

Modified: cfe/trunk/test/CodeGenCXX/visibility.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGenCXX/visibility.cpp?rev=122137&r1=122136&r2=122137&view=diff
==============================================================================
--- cfe/trunk/test/CodeGenCXX/visibility.cpp (original)
+++ cfe/trunk/test/CodeGenCXX/visibility.cpp Fri Dec 17 21:52:04 2010
@@ -403,7 +403,7 @@
     B<A<2> >::test4();
   }
 
-  // CHECK: declare void @_ZN6Test201BINS_1AILj2EEEE5test4Ev()
+  // CHECK: declare void @_ZN6Test201BINS_1AILj2EEEE5test5Ev()
   // (but explicit visibility on a template argument doesn't count as
   //  explicit visibility for the template for purposes of deciding
   //  whether an external symbol gets visibility)





More information about the cfe-commits mailing list