[llvm-branch-commits] [cfe-branch] r122487 - /cfe/branches/Apple/whitney/test/CodeGenCXX/visibility.cpp
Daniel Dunbar
daniel at zuster.org
Wed Dec 22 21:40:47 PST 2010
Author: ddunbar
Date: Wed Dec 22 23:40:47 2010
New Revision: 122487
URL: http://llvm.org/viewvc/llvm-project?rev=122487&view=rev
Log:
Merge r122137:
--
Author: John McCall <rjmccall at apple.com>
Date: Sat Dec 18 03:52:04 2010 +0000
Fix test. I added one last test and then forget to re-check.
Modified:
cfe/branches/Apple/whitney/test/CodeGenCXX/visibility.cpp
Modified: cfe/branches/Apple/whitney/test/CodeGenCXX/visibility.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/branches/Apple/whitney/test/CodeGenCXX/visibility.cpp?rev=122487&r1=122486&r2=122487&view=diff
==============================================================================
--- cfe/branches/Apple/whitney/test/CodeGenCXX/visibility.cpp (original)
+++ cfe/branches/Apple/whitney/test/CodeGenCXX/visibility.cpp Wed Dec 22 23:40:47 2010
@@ -314,7 +314,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 llvm-branch-commits
mailing list