[llvm-branch-commits] [libc] [libc][annex_k] Add libc_constraint_handler. (PR #164091)
Victor Campos via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Tue May 5 09:57:40 PDT 2026
================
@@ -0,0 +1,26 @@
+//===-- Static header for libc_constraint_handler ---------------*- 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
+//
+//===----------------------------------------------------------------------===//
+
+#ifndef LLVM_LIBC_SRC___SUPPORT_ANNEX_K_LIBC_CONSTRAINT_HANDLER_H
+#define LLVM_LIBC_SRC___SUPPORT_ANNEX_K_LIBC_CONSTRAINT_HANDLER_H
+
+#include "abort_handler_s.h"
+#include "hdr/types/constraint_handler_t.h"
+
+namespace LIBC_NAMESPACE_DECL {
----------------
vhscampos wrote:
This macro is defined in `macros/config.h`. Can you please add an include here and a dependency in CMake?
https://github.com/llvm/llvm-project/pull/164091
More information about the llvm-branch-commits
mailing list