Skip to content

Commit ad735ba

Browse files
committed
[dsymutil] s/dwarfdump/llvm-dwarfdump/ in test
1 parent 84e0b14 commit ad735ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/test/tools/dsymutil/X86/eh_frame.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ $ clang eh_frame.cpp -g -c -o eh_frame.o
1717
$ ld -no_compact_unwind eh_frame.o -o eh_frame.out
1818

1919
RUN: dsymutil -oso-prepend-path %p/../Inputs %p/../Inputs/private/tmp/eh_frame/eh_frame.out -o %t.dSYM
20-
RUN: dwarfdump --verify %t.dSYM
20+
RUN: llvm-dwarfdump --verify %t.dSYM
2121
RUN: otool -s __TEXT __eh_frame %p/../Inputs/private/tmp/eh_frame/eh_frame.out | FileCheck %s
2222
RUN: otool -s __TEXT __eh_frame %t.dSYM/Contents/Resources/DWARF/eh_frame.out | FileCheck %s
2323

0 commit comments

Comments
 (0)