Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tc_build: llvm: Move use of build_targets out of ninja_cmd
Otherwise, they will get added to each invocation of ninja. build_target should have been added to just the 'self.run_cmd(ninja_cmd)'. While this does not (currently) cause any problems, it is unnecessary to specify the base build targets on each subsequent invocation of ninja because they will have already been built. To make it clearer for the future, rename ninja_cmd to base_ninja_cmd. Signed-off-by: Nathan Chancellor <[email protected]>
- Loading branch information