diff options
Diffstat (limited to 'test/MC/MachO/gen-dwarf.s')
-rw-r--r-- | test/MC/MachO/gen-dwarf.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/MC/MachO/gen-dwarf.s b/test/MC/MachO/gen-dwarf.s index cf2d1db..d763dd1 100644 --- a/test/MC/MachO/gen-dwarf.s +++ b/test/MC/MachO/gen-dwarf.s @@ -1,5 +1,5 @@ // RUN: llvm-mc -g -triple i386-apple-darwin10 %s -filetype=obj -o %t -// RUN: llvm-dwarfdump %t | FileCheck %s +// RUN: llvm-dwarfdump -debug-dump=all %t | FileCheck %s .globl _bar _bar: |