diff options
| author | Adrian Prantl <aprantl@apple.com> | 2017-09-12 01:20:29 +0000 |
|---|---|---|
| committer | Adrian Prantl <aprantl@apple.com> | 2017-09-12 01:20:29 +0000 |
| commit | 1e9a4ab03199b01589c85680f631b3e02d4caea8 (patch) | |
| tree | 49d75c431a8746098ce673bac303d6e4dabb354b /llvm/test/DebugInfo/Generic | |
| parent | f6fc68c7d1e518abf1c4f1e4cd0d0775433466e1 (diff) | |
| download | bcm5719-llvm-1e9a4ab03199b01589c85680f631b3e02d4caea8.tar.gz bcm5719-llvm-1e9a4ab03199b01589c85680f631b3e02d4caea8.zip | |
Update testcases that are XFAILed on Darwin for llvm-dwarfdump changes.
llvm-svn: 312988
Diffstat (limited to 'llvm/test/DebugInfo/Generic')
| -rw-r--r-- | llvm/test/DebugInfo/Generic/empty.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/DebugInfo/Generic/empty.ll b/llvm/test/DebugInfo/Generic/empty.ll index e5a5781426a..122b48cf2d1 100644 --- a/llvm/test/DebugInfo/Generic/empty.ll +++ b/llvm/test/DebugInfo/Generic/empty.ll @@ -1,6 +1,6 @@ ; REQUIRES: object-emission -; RUN: %llc_dwarf < %s -filetype=obj | llvm-dwarfdump - | FileCheck %s +; RUN: %llc_dwarf < %s -filetype=obj | llvm-dwarfdump -v - | FileCheck %s ; RUN: %llc_dwarf -split-dwarf-file=foo.dwo < %s -filetype=obj | llvm-dwarfdump -v - | FileCheck --check-prefix=FISSION %s ; darwin has a workaround for a linker bug so it always emits one line table entry |

