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
Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git]
/
llvm
/
test
/
MC
/
ELF
/
cfi-sections-empty.s
blob
2b4b0468275e658f882eabfff93bf48954ae6e7d
1
# RUN: llvm-mc -filetype=obj -triple x86_64 %s | llvm-readelf -S - | FileCheck %s
2
3
# CHECK: Section Headers:
4
# CHECK-NOT: .eh_frame
5
# CHECK-NOT: .debug_frame
6
7
.cfi_sections
8
9
## .cfi_startproc and .cfi_endproc are ignored.
10
.cfi_startproc
11
nop
12
.cfi_endproc