aboutsummaryrefslogtreecommitdiff
path: root/libc
diff options
context:
space:
mode:
authorJoseph Huber <huberjn@outlook.com>2024-05-03 20:57:34 -0500
committerGitHub <noreply@github.com>2024-05-03 20:57:34 -0500
commit1022636b0ce3d9799037e59edb7ffb17f57489bb (patch)
tree6a3aaad94ba67387a4fd2cd0e29efca3c96eccad /libc
parente7939d0df6ba12fcb808ac68863f7bd9dab47110 (diff)
downloadllvm-1022636b0ce3d9799037e59edb7ffb17f57489bb.zip
llvm-1022636b0ce3d9799037e59edb7ffb17f57489bb.tar.gz
llvm-1022636b0ce3d9799037e59edb7ffb17f57489bb.tar.bz2
[libc] Fix assert dependency on macro header (#91036)
Summary: This file was missing a dependency so it wasn't being installed.
Diffstat (limited to 'libc')
-rw-r--r--libc/include/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/include/CMakeLists.txt b/libc/include/CMakeLists.txt
index 6101ec1..be876c9 100644
--- a/libc/include/CMakeLists.txt
+++ b/libc/include/CMakeLists.txt
@@ -142,6 +142,7 @@ add_gen_header(
GEN_HDR assert.h
DEPENDS
.llvm_libc_common_h
+ .llvm-libc-macros.assert_macros
)
add_gen_header(