1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 20:12:56 +02:00
llvm-mirror/test/DebugInfo/dwarfdump-dwp.test

20 lines
434 B
Plaintext
Raw Normal View History

RUN: llvm-dwarfdump %p/Inputs/dwarfdump-dwp.x86_64.o | FileCheck %s
; Testing the following simple dwp file:
; a.cpp:
; struct foo { };
; foo a;
; b.cpp:
; struct foo { };
; foo b;
; CHECK: .debug_cu_index contents:
; CHECK: version: 2
; CHECK: columns: 4
; CHECK: units: 2
; CHECK: buckets: 16
; TODO: debug_tu_index
; TODO: dump the index contents
; TODO: use the index section offset info to correctly dump debug_info