We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca72104 commit b19a9efCopy full SHA for b19a9ef
llvm/test/tools/dsymutil/X86/label2.test
@@ -12,7 +12,7 @@ $ clang -g label.c -c -o label.o
12
$ clang label.o -o label.out
13
14
RUN: dsymutil -oso-prepend-path %p/../Inputs %p/../Inputs/private/tmp/label/label.out -o %t.dSYM
15
-RUN: dwarfdump %t.dSYM | FileCheck %s
+RUN: llvm-dwarfdump %t.dSYM | FileCheck %s
16
17
CHECK: DW_TAG_label
18
CHECK-NEXT: DW_AT_name ("foobar")
0 commit comments