repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Follow up to d0858bffa11, add missing REQUIRES x86
[llvm-project.git]
/
llvm
/
test
/
tools
/
llvm-dwarfdump
/
debug-frame-dumps-eh-frame-and-debug-frame.yaml
blob
d51066359a987faaca03c5f203d457d82f958679
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
11
FileHeader:
12
Class: ELFCLASS64
13
Data: ELFDATA2LSB
14
Type: ET_REL
15
Machine: EM_X86_64