diff options
Diffstat (limited to 'debuginfo-tests/dbg-declare2.ll')
-rw-r--r-- | debuginfo-tests/dbg-declare2.ll | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debuginfo-tests/dbg-declare2.ll b/debuginfo-tests/dbg-declare2.ll index 998a6e9eed4..3adb6bff880 100644 --- a/debuginfo-tests/dbg-declare2.ll +++ b/debuginfo-tests/dbg-declare2.ll @@ -2,6 +2,8 @@ ; RUN: %clang -arch x86_64 -mllvm -fast-isel=false -mllvm -regalloc=default -g %s -c -o %t.o ; RUN: %clang -arch x86_64 %t.o -o %t.out ; RUN: %test_debuginfo %s %t.out +; XFAIL: * +; XTARGET: darwin target triple = "x86_64-apple-darwin" %struct.XYZ = type { i32, i32, i32, i32, i32 } |