[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:44:39 PDT 2024


================
@@ -29,6 +29,13 @@ add_proxy_header_library(
     math_macros.h
   FULL_BUILD_DEPENDS
     libc.include.llvm-libc-macros.math_macros
+)
+
+add_proxy_header_library(
+  math_function_macros
+  HDRS
+    math_function_macros.h
+  FULL_BUILD_DEPENDS
     libc.include.math
----------------
lntue wrote:

it should has `libc.include.llvm-libc-macros.math_function_macros` in `FULL_BUILD_DEPENDS`

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


More information about the libc-commits mailing list