diff options
Diffstat (limited to 'debuginfo-tests/local-var2.ll')
-rw-r--r-- | debuginfo-tests/local-var2.ll | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debuginfo-tests/local-var2.ll b/debuginfo-tests/local-var2.ll index 1ae727d3f38..6ebcdd33da9 100644 --- a/debuginfo-tests/local-var2.ll +++ b/debuginfo-tests/local-var2.ll @@ -2,6 +2,8 @@ ; RUN: %clang -arch x86_64 -O0 -mllvm -fast-isel=false -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-darwin10.0.0" |