[libc-commits] [libc] [libc] Fix incorrect dependencies in various tests (PR #210297)

Alexey Samsonov via libc-commits libc-commits at lists.llvm.org
Fri Jul 17 09:13:02 PDT 2026


================
@@ -6,15 +6,15 @@
 //
 //===----------------------------------------------------------------------===//
 
-#include "src/__support/RPC/rpc.h"
+#include "shared/rpc.h"
----------------
vonosmas wrote:

Why is this change needed? I thought that typically `shared/` headers are included by the users importing llvm-libc-as-a-library and are not included by the library implementation itself.  It seems natural to have a test for __support/RPC use the private headers from __support/RPC.

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


More information about the libc-commits mailing list