Skip to content

Commit b19a9ef

Browse files
committed
[dsymutil] s/dwarfdump/llvm-dwarfdump/ in test
1 parent ca72104 commit b19a9ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/test/tools/dsymutil/X86/label2.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ $ clang -g label.c -c -o label.o
1212
$ clang label.o -o label.out
1313

1414
RUN: dsymutil -oso-prepend-path %p/../Inputs %p/../Inputs/private/tmp/label/label.out -o %t.dSYM
15-
RUN: dwarfdump %t.dSYM | FileCheck %s
15+
RUN: llvm-dwarfdump %t.dSYM | FileCheck %s
1616

1717
CHECK: DW_TAG_label
1818
CHECK-NEXT: DW_AT_name ("foobar")

0 commit comments

Comments
 (0)