[libc-commits] [libc] [llvm] [libc][NFC] Move float macro into its own header / add target os detection (PR #73311)
Guillaume Chatelet via libc-commits
libc-commits at lists.llvm.org
Fri Nov 24 06:54:16 PST 2023
================
@@ -147,6 +147,8 @@ add_header_library(
type_traits/true_type.h
type_traits/type_identity.h
type_traits/void_t.h
+ DEPENDS
+ libc.src.__support.macros.properties.float
----------------
gchatelet wrote:
Thx for noticing I'll fix this in a separate patch.
https://github.com/llvm/llvm-project/pull/73311
More information about the libc-commits
mailing list