Skip to content

Commit

Permalink
[libc] Fix assert dependency on macro header (llvm#91036)
Browse files Browse the repository at this point in the history
Summary:
This file was missing a dependency so it wasn't being installed.
  • Loading branch information
jhuber6 authored May 4, 2024
1 parent e7939d0 commit 1022636
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libc/include/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ add_gen_header(
GEN_HDR assert.h
DEPENDS
.llvm_libc_common_h
.llvm-libc-macros.assert_macros
)

add_gen_header(
Expand Down

0 comments on commit 1022636

Please sign in to comment.