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
[AA] Pass query info.
[llvm-project.git]
/
libc
/
src
/
assert
/
CMakeLists.txt
blob
69c54b505e5cc8f92b5a2397076b9e80119dee80
1
add_entrypoint_object(
2
__assert_fail
3
SRCS
4
__assert_fail.cpp
5
HDRS
6
assert.h
7
DEPENDS
8
# These two dependencies are temporary and should be replaced by fprintf
9
# later.
10
libc.config.linux.linux_syscall_h
11
libc.include.sys_syscall
12
libc.src.stdlib.abort
13
)