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
[memprof] Update YAML traits for writer purposes (#118720)
[llvm-project.git]
/
libc
/
src
/
__support
/
RPC
/
CMakeLists.txt
blob
0a7141fb60bf0390f99da3e9facb6be8ab1608b5
1
if(NOT LIBC_TARGET_OS_IS_GPU)
2
return()
3
endif()
4
5
add_object_library(
6
rpc_client
7
SRCS
8
rpc_client.cpp
9
HDRS
10
rpc_client.h
11
DEPENDS
12
libc.include.gpu_rpc
13
libc.src.__support.GPU.utils
14
)