16 lines · yaml
1## Show that the --debug-frame switch dumps both .debug_frame and .eh_frame if2## present.3 4# RUN: yaml2obj %s -o %t5# RUN: llvm-dwarfdump --debug-frame %t | FileCheck %s6 7# CHECK: .debug_frame contents:8# CHECK: .eh_frame contents:9 10--- !ELF11FileHeader:12 Class: ELFCLASS6413 Data: ELFDATA2LSB14 Type: ET_REL15 Machine: EM_X86_6416