[libc-commits] [libc] [libc] Export the RPC interface from `libc` (PR #71432)

via libc-commits libc-commits at lists.llvm.org
Mon Nov 6 11:37:46 PST 2023


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 b3857b2ecfd7064ed39aa9ae5a74c105550a05e3 95d9b35e0526a5147539016d5d7f67177c664326 -- libc/include/llvm-libc-types/rpc_port_t.h libc/src/gpu/rpc_close_port.cpp libc/src/gpu/rpc_close_port.h libc/src/gpu/rpc_get_buffer.cpp libc/src/gpu/rpc_get_buffer.h libc/src/gpu/rpc_open_port.cpp libc/src/gpu/rpc_open_port.h libc/src/gpu/rpc_recv.cpp libc/src/gpu/rpc_recv.h libc/src/gpu/rpc_send.cpp libc/src/gpu/rpc_send.h libc/test/integration/startup/gpu/rpc_external_interface_test.cpp libc/src/__support/RPC/rpc.h
``````````

</details>

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

``````````diff
diff --git a/libc/include/llvm-libc-types/rpc_port_t.h b/libc/include/llvm-libc-types/rpc_port_t.h
index b0e6669a9f88..bebb1bf32b09 100644
--- a/libc/include/llvm-libc-types/rpc_port_t.h
+++ b/libc/include/llvm-libc-types/rpc_port_t.h
@@ -17,5 +17,4 @@ typedef struct {
   __UINT64_TYPE__ data[8];
 } rpc_buffer_t;
 
-
 #endif // __LLVM_LIBC_TYPES_RPC_PORT_T_H__

``````````

</details>


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


More information about the libc-commits mailing list