diff options
author | Eric Christopher <echristo@apple.com> | 2011-07-26 23:26:00 +0000 |
---|---|---|
committer | Eric Christopher <echristo@apple.com> | 2011-07-26 23:26:00 +0000 |
commit | 8f95f425aa9e03abf732194fc8e5a3e6e58cff66 (patch) | |
tree | 209b04e343292bc2f16c734f098b208d81020ecf | |
parent | a6667816d5890ff2aa12814fd8e4b4a5807ec5b9 (diff) | |
download | bcm5719-llvm-8f95f425aa9e03abf732194fc8e5a3e6e58cff66.tar.gz bcm5719-llvm-8f95f425aa9e03abf732194fc8e5a3e6e58cff66.zip |
This appears to be passing on all hosts.
llvm-svn: 136182
-rw-r--r-- | clang/test/CodeGen/2009-03-13-dbg.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/clang/test/CodeGen/2009-03-13-dbg.c b/clang/test/CodeGen/2009-03-13-dbg.c index 8326bc6eb04..8f48830e8e2 100644 --- a/clang/test/CodeGen/2009-03-13-dbg.c +++ b/clang/test/CodeGen/2009-03-13-dbg.c @@ -1,5 +1,2 @@ // RUN: %clang_cc1 %s -emit-llvm -g -o /dev/null -// XTARGET: darwin,linux -// XFAIL: * void foo() {} - |