1## Show that the --debug-frame switch dumps both .debug_frame and .eh_frame if 2## present. 3 4# RUN: yaml2obj %s -o %t 5# RUN: llvm-dwarfdump --debug-frame %t | FileCheck %s 6 7# CHECK: .debug_frame contents: 8# CHECK: .eh_frame contents: 9 10--- !ELF 11FileHeader: 12 Class: ELFCLASS64 13 Data: ELFDATA2LSB 14 Type: ET_REL 15 Machine: EM_X86_64 16