This is an archive of the discontinued LLVM Phabricator instance.

[test-release.sh] Add option to disable building clang-tools-extra during release testing.
ClosedPublic

Authored by amyk on Feb 10 2022, 10:04 PM.

Details

Summary

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.

Diff Detail

Event Timeline

amyk requested review of this revision.Feb 10 2022, 10:04 PM
amyk created this revision.
This revision is now accepted and ready to land.Feb 10 2022, 10:23 PM
This revision was landed with ongoing or failed builds.Feb 11 2022, 5:50 AM
This revision was automatically updated to reflect the committed changes.