[llvm] [OpenMP] Unconditionally provide an RPC client interface for OpenMP (PR #117933)

via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 2 05:29:17 PST 2024


github-actions[bot] wrote:

<!--LLVM CODE FORMAT COMMENT: {clang-format}-->


:warning: C/C++ code formatter, clang-format found issues in your code. :warning:

<details>
<summary>
You can test this locally with the following command:
</summary>

``````````bash
git-clang-format --diff a4c3683b665c6ac875b4821f5c6a881fdf5fef70 b9a1a676da1d14b9fbdfe5b6b4b33d088677fe3e --extensions c,cpp,h -- offload/include/Shared/RPCOpcodes.h offload/DeviceRTL/src/Misc.cpp offload/plugins-nextgen/common/src/RPC.cpp offload/test/api/omp_host_call.c
``````````

</details>

<details>
<summary>
View the diff from clang-format here.
</summary>

``````````diff
diff --git a/offload/plugins-nextgen/common/src/RPC.cpp b/offload/plugins-nextgen/common/src/RPC.cpp
index 4e004965c1..1e1cca7e28 100644
--- a/offload/plugins-nextgen/common/src/RPC.cpp
+++ b/offload/plugins-nextgen/common/src/RPC.cpp
@@ -134,7 +134,6 @@ Error RPCServerTy::runServer(plugin::GenericDeviceTy &Device) {
   if (Status != rpc::SUCCESS)
     return createStringError("RPC server given invalid opcode!");
 
-
   return Error::success();
 }
 

``````````

</details>


https://github.com/llvm/llvm-project/pull/117933


More information about the llvm-commits mailing list