[all-commits] [llvm/llvm-project] 9d991d: [pseudo] Respect LLVM_USE_HOST_TOOLS
Sam McCall via All-commits
all-commits at lists.llvm.org
Tue May 31 11:56:14 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9d991da60df492a191b34aa3e75484ddd27e8930
https://github.com/llvm/llvm-project/commit/9d991da60df492a191b34aa3e75484ddd27e8930
Author: Sam McCall <sam.mccall at gmail.com>
Date: 2022-05-31 (Tue, 31 May 2022)
Changed paths:
M clang-tools-extra/pseudo/include/CMakeLists.txt
Log Message:
-----------
[pseudo] Respect LLVM_USE_HOST_TOOLS
This is the intended way to request that build-time tools be built in a
distinct configuration.
This is set implicitly by LLVM_OPTIMIZED_TABLEGEN, which may be
surprising, but if undesired this should be fixed elsewhere.
Should fix crbug.com/1330304
More information about the All-commits
mailing list