[all-commits] [llvm/llvm-project] 47df55: [gn] Don't include RISCV in targets build for 'all'
Nico Weber via All-commits
all-commits at lists.llvm.org
Wed Dec 21 15:25:03 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 47df55f3ef57179ebd845290a1bee18c445ff180
https://github.com/llvm/llvm-project/commit/47df55f3ef57179ebd845290a1bee18c445ff180
Author: Nico Weber <thakis at chromium.org>
Date: 2022-12-21 (Wed, 21 Dec 2022)
Changed paths:
M llvm/utils/gn/secondary/llvm/lib/Target/targets.gni
Log Message:
-----------
[gn] Don't include RISCV in targets build for 'all'
RISCV build and tests are often broken.
You can use `llvm_targets_to_build = "experimental"` to enable
_all_ targets, including the experimental ones. If RISCV is listed
in llvm_targets_to_build, it's built as before.
More information about the All-commits
mailing list