diff options
Diffstat (limited to 'debuginfo-tests/local-var2.ll')
-rw-r--r-- | debuginfo-tests/local-var2.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debuginfo-tests/local-var2.ll b/debuginfo-tests/local-var2.ll index 37c7a31424a..6f159f35133 100644 --- a/debuginfo-tests/local-var2.ll +++ b/debuginfo-tests/local-var2.ll @@ -2,8 +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 +; +; REQUIRES: system-darwin target triple = "x86_64-apple-darwin10.0.0" |