[libc-commits] [libc] [libc] implement vdso (PR #91572)

via libc-commits libc-commits at lists.llvm.org
Thu May 9 06:30:06 PDT 2024


================
@@ -0,0 +1,47 @@
+//===---------- aarch64 vdso configuration ------------------------* C++ *-===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
+//
+//===----------------------------------------------------------------------===//
+#include "src/__support/CPP/string_view.h"
+namespace LIBC_NAMESPACE {
+namespace vdso {
+// macro definitions
+#define LIBC_VDSO_HAS_RT_SIGRETURN
----------------
lntue wrote:

Will these macros be available in the public headers, or they are only used in the internal implementations?

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


More information about the libc-commits mailing list