[libc-commits] [libc] [libc][cmake] Add missing dependencies for type_traits (PR #73339)
Guillaume Chatelet via libc-commits
libc-commits at lists.llvm.org
Fri Nov 24 07:21:48 PST 2023
https://github.com/gchatelet created https://github.com/llvm/llvm-project/pull/73339
None
>From 04d9b60f773ef50efcccbad9e0dc0de121c0df14 Mon Sep 17 00:00:00 2001
From: Guillaume Chatelet <gchatelet at google.com>
Date: Fri, 24 Nov 2023 15:20:46 +0000
Subject: [PATCH] [libc][cmake] Add missing dependencies for type_traits
---
libc/src/__support/CPP/CMakeLists.txt | 2 ++
1 file changed, 2 insertions(+)
diff --git a/libc/src/__support/CPP/CMakeLists.txt b/libc/src/__support/CPP/CMakeLists.txt
index c75fae05fedfcd8..10bcebf9b04f61d 100644
--- a/libc/src/__support/CPP/CMakeLists.txt
+++ b/libc/src/__support/CPP/CMakeLists.txt
@@ -148,6 +148,8 @@ add_header_library(
type_traits/type_identity.h
type_traits/void_t.h
DEPENDS
+ libc.src.__support.macros.attributes
+ libc.src.__support.macros.config
libc.src.__support.macros.properties.float
)
More information about the libc-commits
mailing list