[llvm-branch-commits] [libc] [libc][annex_k] Add constraint_handler_t. (PR #163239)

Victor Campos via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Thu Mar 12 07:36:05 PDT 2026


================
@@ -0,0 +1,18 @@
+//===-- Proxy for constraint_handler_t ------------------------------------===//
+//
+// 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
+//
+//===----------------------------------------------------------------------===//
+
+#ifndef LLVM_LIBC_HDR_TYPES_CONSTRAINT_HANDLER_T_H
+#define LLVM_LIBC_HDR_TYPES_CONSTRAINT_HANDLER_T_H
+
+#define LIBC_HAS_ANNEX_K
+
+#include "include/llvm-libc-types/constraint_handler_t.h"
----------------
vhscampos wrote:

It is missing the overlay mode path, where the system's stdlib.h is included instead.

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


More information about the llvm-branch-commits mailing list