[libc-commits] [libc] [libc] Create a separate proxy header for math-function-macros.h (PR #98430)
via libc-commits
libc-commits at lists.llvm.org
Thu Jul 11 09:46:43 PDT 2024
================
@@ -0,0 +1,14 @@
+//===-- Definition of macros from math.h ----------------------------------===//
+//
+// 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_MATH_FUNCTION_MACROS_H
+#define LLVM_LIBC_HDR_MATH_FUNCTION_MACROS_H
+
+#include <math.h>
----------------
lntue wrote:
mimic `hdr/math_macros.h` pattern.
https://github.com/llvm/llvm-project/pull/98430
More information about the libc-commits
mailing list