[libc-commits] [libc] [libc][cmake] Add missing dependencies for type_traits (PR #73339)

via libc-commits libc-commits at lists.llvm.org
Fri Nov 24 07:22:16 PST 2023


llvmbot wrote:


<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-libc

Author: Guillaume Chatelet (gchatelet)

<details>
<summary>Changes</summary>



---
Full diff: https://github.com/llvm/llvm-project/pull/73339.diff


1 Files Affected:

- (modified) libc/src/__support/CPP/CMakeLists.txt (+2) 


``````````diff
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
 )
 

``````````

</details>


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


More information about the libc-commits mailing list