diff options
Diffstat (limited to 'debuginfo-tests/dbg-declare.ll')
-rw-r--r-- | debuginfo-tests/dbg-declare.ll | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debuginfo-tests/dbg-declare.ll b/debuginfo-tests/dbg-declare.ll index 91844146270..5e1d91f0f18 100644 --- a/debuginfo-tests/dbg-declare.ll +++ b/debuginfo-tests/dbg-declare.ll @@ -2,6 +2,8 @@ ; RUN: %clang -arch x86_64 -O0 -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 } |