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

Eric Christopher echristo at apple.com
Wed Jan 25 23:01:33 PST 2012


Author: echristo
Date: Thu Jan 26 01:01:33 2012
New Revision: 149050

URL: http://llvm.org/viewvc/llvm-project?rev=149050&view=rev
Log:
Revert previous patch as the corresponding clang patch was reverted.
gdb's tests are too dependent upon order in debug info.

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=149050&r1=149049&r2=149050&view=diff
==============================================================================
--- debuginfo-tests/trunk/sret.cpp (original)
+++ debuginfo-tests/trunk/sret.cpp Thu Jan 26 01:01:33 2012
@@ -6,8 +6,8 @@
 // DEBUGGER: r
 // DEBUGGER: p a
 // CHECK: $1 = (A &)
-// CHECK:  m_int = 12
 // CHECK:  _vptr$A =
+// CHECK:  m_int = 12
 
 class A
 {





More information about the llvm-commits mailing list