Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid specifying a clang target triple when not cross-compiling
This avoids certain corner cases where supplying the same llvm triple used by rust for clang++ can cause native (host == target) C++ builds to break. This fix supersedes rust-lang#785. See relevant discussions in rust-lang#785 and rust-lang#788.
- Loading branch information