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
[clang] Implement lifetime analysis for lifetime_capture_by(X) (#115921)
[llvm-project.git]
/
clang
/
test
/
Driver
/
as-default-dwarf.s
blob
9988203c14b3c084c892f969ad5ff908fb03e258
1
@ REQUIRES
:
arm-registered-target
2
@ RUN
: %
clang
--
target
=
armv8a-
-
linux-gnueabi
-
c
%
s
-
o
%
t
3
@ RUN
:
llvm-objdump
-
t
%
t
| FileCheck
%
s
4
.text
5
.type foo,%function
6
foo
:
7
.fnstart
8
.cfi_startproc
9
10
.Ltmp2:
11
.size foo, .Ltmp2-foo
12
.cfi_endproc
13
.fnend
14
.cfi_sections .debug_frame
15
@ CHECK
:
foo