On Aug 17, 2006, at 11:57 AM, Joe Buck wrote:
Can the test framework distinguish based on the OS release?
Yes. It's a fundamental feature:
set host_triplet powerpc-apple-darwin9.0.0d1
set build_triplet powerpc-apple-darwin9.0.0d1
set target_triplet powerpc-apple-darwin9.0.0d1
set target_alias powerpc-apple-darwin9.0.0d1
Just because we do *-*-darwin* most of the time doesn't mean we can't
do *-*-darwin7* or other such things.
Probably not with sufficient granularity, I suppose.
It is turing complete, for example, we feature test the built compiler
at test time to determine what features to test...