bolt/deps/llvm-18.1.8/llvm/test/tools/llvm-dwarfdump/debug-frame-dumps-eh-frame-and-debug-frame.yaml

16 lines
339 B
YAML
Raw Normal View History

2025-02-14 19:21:04 +01: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