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

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


Author: Guillaume Chatelet
Date: 2023-11-24T16:29:29+01:00
New Revision: 89a832435d786e5ce0668da3720db668beb10e70

URL: https://github.com/llvm/llvm-project/commit/89a832435d786e5ce0668da3720db668beb10e70
DIFF: https://github.com/llvm/llvm-project/commit/89a832435d786e5ce0668da3720db668beb10e70.diff

LOG: [libc][cmake] Add missing dependencies for type_traits (#73339)

Added: 
    

Modified: 
    libc/src/__support/CPP/CMakeLists.txt

Removed: 
    


################################################################################
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