[dsymutil] s/dwarfdump/llvm-dwarfdump/ in test

This commit is contained in:
Jonas Devlieghere 2021-01-12 19:58:35 -08:00
parent 84e0b14a0a
commit ad735badb6
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ $ clang eh_frame.cpp -g -c -o eh_frame.o
$ ld -no_compact_unwind eh_frame.o -o eh_frame.out
RUN: dsymutil -oso-prepend-path %p/../Inputs %p/../Inputs/private/tmp/eh_frame/eh_frame.out -o %t.dSYM
RUN: dwarfdump --verify %t.dSYM
RUN: llvm-dwarfdump --verify %t.dSYM
RUN: otool -s __TEXT __eh_frame %p/../Inputs/private/tmp/eh_frame/eh_frame.out | FileCheck %s
RUN: otool -s __TEXT __eh_frame %t.dSYM/Contents/Resources/DWARF/eh_frame.out | FileCheck %s