Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions llvm/test/tools/llvm-dwarfdump/X86/type_units_split_dwp_v4.s
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
## This test uses TU index for type parsing in dwp and makes sure the DWARF4 type is
## successfully retrieved.

## cd to a unique dir so we can refer to the file as just "test.dwo" in the
## assembly test input below.
# RUN: rm -rf %t
# RUN: mkdir %t
# RUN: cd %t

# RUN: llvm-mc %s --split-dwarf-file=test.dwo -filetype obj -triple x86_64 -o test.o
# RUN: llvm-dwp -e test.o -o test.dwp
# RUN: llvm-dwarfdump test.dwp | FileCheck %s
Expand Down
Loading