================ @@ -0,0 +1,21 @@ +//===-- Definition of type 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_INCLUDE_LLVM_LIBC_TYPES_CONSTRAINT_HANDLER_T_H +#define LLVM_LIBC_INCLUDE_LLVM_LIBC_TYPES_CONSTRAINT_HANDLER_T_H + ---------------- vhscampos wrote:
I believe you have to include `annex-k-macros.h` here in order to have `LIBC_HAS_ANNEX_K` defined for the user. Otherwise the type won't be made available for use. And add the dependency accordingly to the CMake parts. https://github.com/llvm/llvm-project/pull/163239 _______________________________________________ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
