[all-commits] [llvm/llvm-project] 845461: [libc] Fix generated header definitions in cmake (...
Michael Jones via All-commits
all-commits at lists.llvm.org
Fri Aug 16 11:52:58 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 845461093c6275022e90fb6af15fc330b246b86a
https://github.com/llvm/llvm-project/commit/845461093c6275022e90fb6af15fc330b246b86a
Author: Michael Jones <michaelrj at google.com>
Date: 2024-08-16 (Fri, 16 Aug 2024)
Changed paths:
M libc/include/CMakeLists.txt
Log Message:
-----------
[libc] Fix generated header definitions in cmake (#104628)
Some new headers were not being properly built with
new headergen, since they were using the old "add_gen_header" instead of
the new "add_header_macro". This patch fixes the issue.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list