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
[RISCV] Rename a lambda to have plural nouns to reflect that it contains a loop. NFC
[llvm-project.git]
/
libc
/
src
/
setjmp
/
riscv
/
CMakeLists.txt
blob
c68e318a0f08bacd8b47bbf1a7dc3fb346293a38
1
add_entrypoint_object(
2
setjmp
3
SRCS
4
setjmp.cpp
5
HDRS
6
../setjmp_impl.h
7
DEPENDS
8
libc.hdr.types.jmp_buf
9
COMPILE_OPTIONS
10
${libc_opt_high_flag}
11
-fomit-frame-pointer
12
)
13
14
add_entrypoint_object(
15
longjmp
16
SRCS
17
longjmp.cpp
18
HDRS
19
../longjmp.h
20
DEPENDS
21
libc.hdr.types.jmp_buf
22
COMPILE_OPTIONS
23
${libc_opt_high_flag}
24
-fomit-frame-pointer
25
)