[all-commits] [llvm/llvm-project] db6919: [test-release.sh] Add option to disable building c...
Amy Kwan via All-commits
all-commits at lists.llvm.org
Fri Feb 11 05:50:46 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: db691903d268d6d56f8a028de85aa2fc0c7d48e9
https://github.com/llvm/llvm-project/commit/db691903d268d6d56f8a028de85aa2fc0c7d48e9
Author: Amy Kwan <amy.kwan1 at ibm.com>
Date: 2022-02-11 (Fri, 11 Feb 2022)
Changed paths:
M llvm/utils/release/test-release.sh
Log Message:
-----------
[test-release.sh] Add option to disable building clang-tools-extra during release testing.
This patch adds an option (no-clang-tools) to disable building clang-tools-extra when
performing release testing. Prior to this patch, clang-tools-extra was built by default,
but on some platforms (such as AIX), clang-tools-extra is not supported, and so we do
not normally build it. Furthermore, this change should not change the invocation for
targets that build clang-tools-extra normally.
Differential Revision: https://reviews.llvm.org/D119520
More information about the All-commits
mailing list