llvm-for-llvmta/test/tools/llvm-dwarfdump/debug-frame-dumps-eh-frame-...

16 lines
339 B
YAML
Raw Normal View History

2022-04-25 10:02:23 +02:00
## Show that the --debug-frame switch dumps both .debug_frame and .eh_frame if
## present.
# RUN: yaml2obj %s -o %t
# RUN: llvm-dwarfdump --debug-frame %t | FileCheck %s
# CHECK: .debug_frame contents:
# CHECK: .eh_frame contents:
--- !ELF
FileHeader:
Class: ELFCLASS64
Data: ELFDATA2LSB
Type: ET_REL
Machine: EM_X86_64