[all-commits] [llvm/llvm-project] 4fafa3: [libc] Add an option to make `libc` only build the...
Joseph Huber via All-commits
all-commits at lists.llvm.org
Mon May 22 20:25:14 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4fafa39b76b8e11960a75d7b15d762840330ecbf
https://github.com/llvm/llvm-project/commit/4fafa39b76b8e11960a75d7b15d762840330ecbf
Author: Joseph Huber <jhuber6 at vols.utk.edu>
Date: 2023-05-22 (Mon, 22 May 2023)
Changed paths:
M libc/CMakeLists.txt
Log Message:
-----------
[libc] Add an option to make `libc` only build the `libc-hdrgen` tool
The `libc-hdergen` tool is required for cross-builds, however some cases
can cause issues when configuring this build. This patch adds an
ovveride option `LIBC_HDRGEN_ONLY` to allow us to retain the old
(incorrect) behaviour where `libc` would not build with any other
runtimes enabled.
Reviewed By: sivachandra
Differential Revision: https://reviews.llvm.org/D151155
More information about the All-commits
mailing list