diff options
| author | Devang Patel <dpatel@apple.com> | 2009-10-12 23:46:58 +0000 |
|---|---|---|
| committer | Devang Patel <dpatel@apple.com> | 2009-10-12 23:46:58 +0000 |
| commit | 232f278fc17cee4495ed13e2d20cae2103a11272 (patch) | |
| tree | b24a72d512414066e47c6e73b53af71dea6f22d9 /clang/test/CodeGenObjC | |
| parent | 5b294f4330cc6655f40d6a39e7ce075a66914a6c (diff) | |
| download | bcm5719-llvm-232f278fc17cee4495ed13e2d20cae2103a11272.tar.gz bcm5719-llvm-232f278fc17cee4495ed13e2d20cae2103a11272.zip | |
Disable tests that check debug info intrinsic. This does not work if debug info intrinsics are not used to encode debug info.
llvm-svn: 83929
Diffstat (limited to 'clang/test/CodeGenObjC')
| -rw-r--r-- | clang/test/CodeGenObjC/PR4894-recursive-debug-crash.m | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/test/CodeGenObjC/PR4894-recursive-debug-crash.m b/clang/test/CodeGenObjC/PR4894-recursive-debug-crash.m index a57a686b847..c5f901c2680 100644 --- a/clang/test/CodeGenObjC/PR4894-recursive-debug-crash.m +++ b/clang/test/CodeGenObjC/PR4894-recursive-debug-crash.m @@ -3,6 +3,7 @@ // // This test is actually just making sure we can generate the debug info for the // return type from im0 without crashing. +// XFAIL @interface I0 { I0 *_iv0; |

