Skip to content

Commit 1022636

Browse files
authored
[libc] Fix assert dependency on macro header (#91036)
Summary: This file was missing a dependency so it wasn't being installed.
1 parent e7939d0 commit 1022636

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libc/include/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@ add_gen_header(
142142
GEN_HDR assert.h
143143
DEPENDS
144144
.llvm_libc_common_h
145+
.llvm-libc-macros.assert_macros
145146
)
146147

147148
add_gen_header(

0 commit comments

Comments
 (0)