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 84e0b14 commit ad735baCopy full SHA for ad735ba
llvm/test/tools/dsymutil/X86/eh_frame.test
@@ -17,7 +17,7 @@ $ clang eh_frame.cpp -g -c -o eh_frame.o
17
$ ld -no_compact_unwind eh_frame.o -o eh_frame.out
18
19
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
+RUN: llvm-dwarfdump --verify %t.dSYM
21
RUN: otool -s __TEXT __eh_frame %p/../Inputs/private/tmp/eh_frame/eh_frame.out | FileCheck %s
22
RUN: otool -s __TEXT __eh_frame %t.dSYM/Contents/Resources/DWARF/eh_frame.out | FileCheck %s
23
0 commit comments