-
Notifications
You must be signed in to change notification settings - Fork 182
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build-llvm.py: Add '--build-targets'
It can be useful to select subtargets, like 'clang' or 'llvm-ar', to build single tools when issues are isolated to them, which can reduce build time. This provides tangible benefits when bisecting, as an issue can be isolated down to a single commit in less time. As part of this implementation, the build target parameter is added as a member to LLVM_Builder and changed to a list to be more flexible and fit in more with how customizing the builder works in the rest of tc_build. Signed-off-by: Nathan Chancellor <[email protected]>
- Loading branch information
1 parent
203b23e
commit 1b43d46
Showing
2 changed files
with
19 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters