Changes the default Windows target triple returned by
GetHostTriple.cmake from the old environment names (which we wanted to
move away from) to newer, normalized ones. This also requires updating
all tests to use the new systems names in constraints.
Details
Details
- Reviewers
rnk thakis compnerd chapuni - Commits
- rGeb46c95c3e7a: [CMake] Use normalized Windows target triples
rCTE339307: [CMake] Use normalized Windows target triples
rL339307: [CMake] Use normalized Windows target triples
rC339307: [CMake] Use normalized Windows target triples
rCRT339307: [CMake] Use normalized Windows target triples
Diff Detail
Diff Detail
- Repository
- rCRT Compiler Runtime
Event Timeline
Comment Actions
@rnk - Id say something more stronger than on board for this change. I think that this is a great cleanup, makes everything much clearer and generally simplifies the model that you have to work with. I didn't look at the changes to the test very carefully (they should be mechanical in nature). The rest LGTM.