forked from OSchip/llvm-project
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
llvm-svn: 183576
This commit is contained in:
parent
6a42665f9f
commit
fbbb8f32b0
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue