[all-commits] [llvm/llvm-project] d46729: [libc] Do not include the RPC targets if we're not...
Joseph Huber via All-commits
all-commits at lists.llvm.org
Fri Apr 21 18:03:41 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d46729ddd4cd415997f1a5be93ca0005885b8296
https://github.com/llvm/llvm-project/commit/d46729ddd4cd415997f1a5be93ca0005885b8296
Author: Joseph Huber <jhuber6 at vols.utk.edu>
Date: 2023-04-21 (Fri, 21 Apr 2023)
Changed paths:
M libc/src/__support/RPC/CMakeLists.txt
Log Message:
-----------
[libc] Do not include the RPC targets if we're not in GPU mode.
Summary:
The RPC targets assume a GPU environment. Theoretically we can build
this in all cases, but it is unused in any other target so it shouldn't
be listed.
More information about the All-commits
mailing list