[debuginfo-tests] r183576 - We've got the type right, which has broken these tests - but now we need to get the location information correct that the type was papering over
David Blaikie
dblaikie at gmail.com
Fri Jun 7 15:09:23 PDT 2013
Author: dblaikie
Date: Fri Jun 7 17:09:23 2013
New Revision: 183576
URL: http://llvm.org/viewvc/llvm-project?rev=183576&view=rev
Log:
We've got the type right, which has broken these tests - but now we need to get the location information correct that the type was papering over
Modified:
debuginfo-tests/trunk/aggregate-indirect-arg.cpp
debuginfo-tests/trunk/sret.cpp
Modified: debuginfo-tests/trunk/aggregate-indirect-arg.cpp
URL: http://llvm.org/viewvc/llvm-project/debuginfo-tests/trunk/aggregate-indirect-arg.cpp?rev=183576&r1=183575&r2=183576&view=diff
==============================================================================
--- debuginfo-tests/trunk/aggregate-indirect-arg.cpp (original)
+++ debuginfo-tests/trunk/aggregate-indirect-arg.cpp Fri Jun 7 17:09:23 2013
@@ -1,6 +1,8 @@
// RUN: %clangxx -O0 -g %s -c -o %t.o
// RUN: %clangxx %t.o -o %t.out
// RUN: %test_debuginfo %s %t.out
+// XFail while getting location information right
+// XFAIL: *
// Radar 8945514
// DEBUGGER: break 22
// DEBUGGER: r
Modified: debuginfo-tests/trunk/sret.cpp
URL: http://llvm.org/viewvc/llvm-project/debuginfo-tests/trunk/sret.cpp?rev=183576&r1=183575&r2=183576&view=diff
==============================================================================
--- debuginfo-tests/trunk/sret.cpp (original)
+++ debuginfo-tests/trunk/sret.cpp Fri Jun 7 17:09:23 2013
@@ -1,6 +1,8 @@
// RUN: %clangxx -O0 -g %s -c -o %t.o
// RUN: %clangxx %t.o -o %t.out
// RUN: %test_debuginfo %s %t.out
+// XFail while getting location information right
+// XFAIL: *
// Radar 8775834
// DEBUGGER: break 61
// DEBUGGER: r
More information about the llvm-commits
mailing list