Skip to content

Commit 89a8324

Browse files
authored
[libc][cmake] Add missing dependencies for type_traits (llvm#73339)
1 parent 59fab22 commit 89a8324

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

libc/src/__support/CPP/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,8 @@ add_header_library(
148148
type_traits/type_identity.h
149149
type_traits/void_t.h
150150
DEPENDS
151+
libc.src.__support.macros.attributes
152+
libc.src.__support.macros.config
151153
libc.src.__support.macros.properties.float
152154
)
153155

0 commit comments

Comments
 (0)