[all-commits] [llvm/llvm-project] 6c6c4f: [CMake] Support passing arguments to build tool (b...
Carlos Alberto Enciso via All-commits
all-commits at lists.llvm.org
Mon Aug 22 21:46:47 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6c6c4f6a9b3ef2d7db937cb78784245ea8a61418
https://github.com/llvm/llvm-project/commit/6c6c4f6a9b3ef2d7db937cb78784245ea8a61418
Author: Carlos Alberto Enciso <carlos.alberto.enciso at gmail.com>
Date: 2022-08-23 (Tue, 23 Aug 2022)
Changed paths:
M clang/CMakeLists.txt
Log Message:
-----------
[CMake] Support passing arguments to build tool (bootstrap).
For bootstrap builds (CLANG_ENABLE_BOOTSTRAP=ON) allow
arguments to be passed to the native tool used in CMake
for the stage2 step.
Can be used to pass extra arguments for enhanced versions
of build tools, e.g. distributed build options.
Reviewed By: phosek
Differential Revision: https://reviews.llvm.org/D131665
More information about the All-commits
mailing list