diff options
| author | David Blaikie <dblaikie@gmail.com> | 2014-03-11 22:46:12 +0000 |
|---|---|---|
| committer | David Blaikie <dblaikie@gmail.com> | 2014-03-11 22:46:12 +0000 |
| commit | fb6058a45538ebd75125e0a08c6cd15675fd7bc2 (patch) | |
| tree | 93ca2f72f01689da5373fd539bf99bc140b780de /llvm | |
| parent | f7d02d479c24661b847f430fefe4f7ef508acbaa (diff) | |
| download | bcm5719-llvm-fb6058a45538ebd75125e0a08c6cd15675fd7bc2.tar.gz bcm5719-llvm-fb6058a45538ebd75125e0a08c6cd15675fd7bc2.zip | |
Clean up test/DebugInfo/empty.ll now that we have an alias for "llc with dwarf output"
llvm-svn: 203616
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/test/DebugInfo/empty.ll | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/llvm/test/DebugInfo/empty.ll b/llvm/test/DebugInfo/empty.ll index ad560896cc9..81a23c6ec85 100644 --- a/llvm/test/DebugInfo/empty.ll +++ b/llvm/test/DebugInfo/empty.ll @@ -1,11 +1,9 @@ ; REQUIRES: object-emission -; RUN: llc %s -o %t -filetype=obj -; RUN: llvm-dwarfdump -debug-dump=line %t | FileCheck %s +; RUN: %llc_dwarf < %s -filetype=obj | llvm-dwarfdump - | FileCheck %s -; *-win32 doesn't emit Dwarf line table. ; darwin has a workaround for a linker bug so it always emits one line table entry -; XFAIL: win32, darwin +; XFAIL: darwin ; Expect no line table entry since there are no functions and file references in this compile unit ; CHECK: .debug_line contents: |

