[libc-commits] [PATCH] D154105: [libc] Make the RPC server target always available
Jon Chesterfield via Phabricator via libc-commits
libc-commits at lists.llvm.org
Fri Jun 30 09:24:58 PDT 2023
JonChesterfield accepted this revision.
JonChesterfield added inline comments.
This revision is now accepted and ready to land.
================
Comment at: libc/utils/gpu/server/CMakeLists.txt:10
+target_compile_options(llvmlibc_rpc_server PUBLIC
+ $<$<CXX_COMPILER_ID:GNU>:-Wno-attributes>)
+
----------------
This may grow complexity over time :(
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D154105/new/
https://reviews.llvm.org/D154105
More information about the libc-commits
mailing list