diff options
author | Devang Patel <dpatel@apple.com> | 2010-01-04 19:41:13 +0000 |
---|---|---|
committer | Devang Patel <dpatel@apple.com> | 2010-01-04 19:41:13 +0000 |
commit | 9f5c510df1a79a981499b112090bea2bd8a65c01 (patch) | |
tree | 9ac189e959640d59d29fe0d7d196c6bec28b4e0d | |
parent | 5957c9b8aa1d0585e55ce485da363031da583966 (diff) |
The test, derived from optimzed IR, does not mention "bar" in debug info anywhere so the dwarf writer is not expected to emit any debug info for function "bar".
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92499 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/DebugInfo/2009-12-01-CurrentFn.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/DebugInfo/2009-12-01-CurrentFn.ll b/test/DebugInfo/2009-12-01-CurrentFn.ll index 6fc538e430..933f19bc1f 100644 --- a/test/DebugInfo/2009-12-01-CurrentFn.ll +++ b/test/DebugInfo/2009-12-01-CurrentFn.ll @@ -1,4 +1,4 @@ -; RUN: llc < %s | grep "func_end1:" | count 1 +; RUN: llc < %s -o /dev/null ; XFAIL: powerpc-apple-darwin declare void @foo() |