Though a bit odd, this is handy for a few reasons - for example, in a build system that wants consistent input/output of build steps, but where split-dwarf might be overriden/disabled by the user on a per-file basis. llvm-svn: 261987
9 lines
193 B
Plaintext
9 lines
193 B
Plaintext
RUN: llvm-dwp %p/../Inputs/empty.dwo -o %t
|
|
RUN: llvm-dwarfdump %t | FileCheck %s
|
|
|
|
CHECK-LABEL: .debug_cu_index
|
|
CHECK-NOT: version
|
|
CHECK-LABEL: .debug_tu_index
|
|
CHECK-NOT: version
|
|
CHECK: .debug_
|