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
[libc][NFC] Move aligned access implementations to separate header
[llvm-project.git]
/
libc
/
src
/
__support
/
OSUtil
/
gpu
/
CMakeLists.txt
blob
01837d7ae0a2f2493d4edb6399178fde99ff0594
1
add_object_library(
2
gpu_util
3
SRCS
4
quick_exit.cpp
5
io.cpp
6
HDRS
7
quick_exit.h
8
io.h
9
DEPENDS
10
libc.src.__support.common
11
libc.src.__support.CPP.string_view
12
libc.src.__support.RPC.rpc_client
13
libc.src.string.memory_utils.memcpy_implementation
14
)