Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
When users define a toolchain using a `.json` file the `toolchain.target_triple` is not populated, so `target_triple.str` is invalid. We use `target_flag_value` instead, which is equivalent to the `target_json.path` in cases where it's available and to `target_triple.str` otherwise.
- Loading branch information