mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-01 05:01:59 +01:00
93fed884cc
Since users typically don't really care about the .dwo / non.dwo distinction, this patch makes it so dwarfdump --debug-<info,...> dumps .debug_info and (if available) also .debug_info.dwo. This simplifies the command line interface (I've removed all dwo-specific dump options) and makes the tool friendlier to use. Differential Revision: https://reviews.llvm.org/D37771 llvm-svn: 313207
9 lines
196 B
Plaintext
9 lines
196 B
Plaintext
RUN: llvm-dwp %p/../Inputs/empty.dwo -o %t
|
|
RUN: llvm-dwarfdump -v %t | FileCheck %s
|
|
|
|
CHECK: file format
|
|
CHECK-NOT: .debug_cu_index
|
|
CHECK-NOT: version
|
|
CHECK-NOT: .debug_tu_index
|
|
CHECK-NOT: version
|