diff options
| author | Michael Gottesman <mgottesman@apple.com> | 2013-09-04 04:44:05 +0000 |
|---|---|---|
| committer | Michael Gottesman <mgottesman@apple.com> | 2013-09-04 04:44:05 +0000 |
| commit | 9672fcf1e5b8a51aca57d99fca443d49a7736d05 (patch) | |
| tree | 7240efedbe8455e87babf15bd0bae965210308ee /debuginfo-tests | |
| parent | c89466fc22426c49f32c0f82c78f371e3e1e7419 (diff) | |
| download | bcm5719-llvm-9672fcf1e5b8a51aca57d99fca443d49a7736d05.tar.gz bcm5719-llvm-9672fcf1e5b8a51aca57d99fca443d49a7736d05.zip | |
XFAILed the static-member.cpp test since we no longer support emitting debug info that support what Eric calls "the member hack".
llvm-svn: 189915
Diffstat (limited to 'debuginfo-tests')
| -rw-r--r-- | debuginfo-tests/static-member.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debuginfo-tests/static-member.cpp b/debuginfo-tests/static-member.cpp index b94c422c07c..6aafd2be86f 100644 --- a/debuginfo-tests/static-member.cpp +++ b/debuginfo-tests/static-member.cpp @@ -1,6 +1,7 @@ // RUN: %clangxx -O0 -g %s -o %t -c // RUN: %clangxx %t -o %t.out // RUN: %test_debuginfo %s %t.out +// XFAIL: * // DEBUGGER: delete breakpoints // DEBUGGER: break static-member.cpp:33 |

