[llvm-commits] [debuginfo-tests] r149026 - /debuginfo-tests/trunk/sret.cpp

Eric Christopher echristo at apple.com
Wed Jan 25 18:33:53 PST 2012


Author: echristo
Date: Wed Jan 25 20:33:53 2012
New Revision: 149026

URL: http://llvm.org/viewvc/llvm-project?rev=149026&view=rev
Log:
Reverse the order that these are expected for clang change. Should
be no functional change (the offsets in AT_data_member_location are still
correct). If the gdb testsuite itself needs changing then I'll revert this
and the clang patch.

Modified:
    debuginfo-tests/trunk/sret.cpp

Modified: debuginfo-tests/trunk/sret.cpp
URL: http://llvm.org/viewvc/llvm-project/debuginfo-tests/trunk/sret.cpp?rev=149026&r1=149025&r2=149026&view=diff
==============================================================================
--- debuginfo-tests/trunk/sret.cpp (original)
+++ debuginfo-tests/trunk/sret.cpp Wed Jan 25 20:33:53 2012
@@ -6,8 +6,8 @@
 // DEBUGGER: r
 // DEBUGGER: p a
 // CHECK: $1 = (A &)
-// CHECK:  _vptr$A =
 // CHECK:  m_int = 12
+// CHECK:  _vptr$A =
 
 class A
 {





More information about the llvm-commits mailing list