[all-commits] [llvm/llvm-project] 5274a4: [libc] Use a prebuilt libc-hdrgen binary if availa...
Siva Chandra via All-commits
all-commits at lists.llvm.org
Fri Jan 27 11:53:13 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5274a460dac6ab8620519859a2d59eea37123550
https://github.com/llvm/llvm-project/commit/5274a460dac6ab8620519859a2d59eea37123550
Author: Siva Chandra Reddy <sivachandra at google.com>
Date: 2023-01-27 (Fri, 27 Jan 2023)
Changed paths:
M libc/CMakeLists.txt
M libc/cmake/modules/LLVMLibCHeaderRules.cmake
M libc/test/src/CMakeLists.txt
Log Message:
-----------
[libc] Use a prebuilt libc-hdrgen binary if available.
This feature will primarily by used by the runtimes build. In the
runtimes build, we build libc-hdrgen once for the host and use it
to build the libc for other targets. So, the host libc-hdrgen is
like a prebuilt passed to the target builds.
Reviewed By: lntue
Differential Revision: https://reviews.llvm.org/D141426
More information about the All-commits
mailing list