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
/
File
/
gpu
/
CMakeLists.txt
blob
9e32af5efc9a7cbb6bca4b283d01f088cae426ea
1
add_object_library(
2
gpu_file
3
SRCS
4
file.cpp
5
DEPENDS
6
libc.include.stdio
7
libc.src.errno.errno
8
libc.src.__support.CPP.new
9
libc.src.__support.error_or
10
libc.src.__support.File.file
11
)
12
13
add_object_library(
14
gpu_dir
15
SRCS
16
dir.cpp
17
DEPENDS
18
libc.src.errno.errno
19
libc.src.__support.error_or
20
libc.src.__support.File.dir
21
)