mirror of
https://github.com/RPCS3/llvm.git
synced 2025-05-24 14:26:48 +00:00

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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@261987 91177308-0d34-0410-b5e6-96231b3b80d8
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_
|