[libc-commits] [libc] ab142c6 - [libc] newheadergen: quick fix to fuchsia build (#99410)
via libc-commits
libc-commits at lists.llvm.org
Wed Jul 17 17:01:01 PDT 2024
Author: aaryanshukla
Date: 2024-07-17T17:00:58-07:00
New Revision: ab142c635e5edeb381fb3bd0222501cd2108c176
URL: https://github.com/llvm/llvm-project/commit/ab142c635e5edeb381fb3bd0222501cd2108c176
DIFF: https://github.com/llvm/llvm-project/commit/ab142c635e5edeb381fb3bd0222501cd2108c176.diff
LOG: [libc] newheadergen: quick fix to fuchsia build (#99410)
Added:
Modified:
libc/include/CMakeLists.txt
Removed:
################################################################################
diff --git a/libc/include/CMakeLists.txt b/libc/include/CMakeLists.txt
index cd92ad126bc48..3dd4985806263 100644
--- a/libc/include/CMakeLists.txt
+++ b/libc/include/CMakeLists.txt
@@ -157,6 +157,7 @@ add_header_macro(
.llvm-libc-types.double_t
.llvm-libc-types.float_t
.llvm-libc-types.float128
+ .llvm-libc-macros.math_function_macros
)
add_header_macro(
More information about the libc-commits
mailing list