1 //===-- Shared memory RPC client instantiation ------------------*- C++ -*-===//
3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4 // See https://llvm.org/LICENSE.txt for license information.
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
11 namespace __llvm_libc
{
14 /// The libc client instance used to communicate with the server.
17 /// Externally visible symbol to signify the usage of an RPC client to
18 /// whomever needs to run the server.
19 extern "C" [[gnu::visibility("protected")]] const bool __llvm_libc_rpc
= false;
22 } // namespace __llvm_libc