[libc-commits] [libc] Revert "[libc] newheadergen: quick fix to fuchsia build" (PR #99412)

via libc-commits libc-commits at lists.llvm.org
Wed Jul 17 17:15:11 PDT 2024


https://github.com/aaryanshukla created https://github.com/llvm/llvm-project/pull/99412

Reverts llvm/llvm-project#99410

>From d0b2fea44b78ef5f60ecfcaecee9d704d1cdea80 Mon Sep 17 00:00:00 2001
From: aaryanshukla <53713108+aaryanshukla at users.noreply.github.com>
Date: Wed, 17 Jul 2024 17:15:01 -0700
Subject: [PATCH] Revert "[libc] newheadergen: quick fix to fuchsia build
 (#99410)"

This reverts commit ab142c635e5edeb381fb3bd0222501cd2108c176.
---
 libc/include/CMakeLists.txt | 1 -
 1 file changed, 1 deletion(-)

diff --git a/libc/include/CMakeLists.txt b/libc/include/CMakeLists.txt
index 3dd4985806263..cd92ad126bc48 100644
--- a/libc/include/CMakeLists.txt
+++ b/libc/include/CMakeLists.txt
@@ -157,7 +157,6 @@ 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