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
[memprof] Remove an unused using directive (#117004)
[llvm-project.git]
/
lld
/
test
/
ELF
/
eh-frame-cfi-b-key.s
blob
fffa23512d316c48eb515160fad71e53f1e79b57
1
//
REQUIRES
:
aarch64
2
//
RUN
:
llvm-mc
-
filetype
=
obj
-
triple aarch64
%
s
-
o
%
t.o
3
//
RUN
:
ld.lld
%
t.o
-
o
%
t
--
icf
=
all
--
eh-frame-hdr
4
5
.globl _start
6
_start
:
7
.cfi_startproc
8
.cfi_b_key_frame
9
.cfi_endproc