Skip to content

testsuite: don't attempt to detect host cpu features when testing cross ghc

Cheng Shao requested to merge wip/remove-cross-cpu-detection into master

The testsuite driver CPU feature detection logic only detects host CPU and only makes sense when we are not testing a cross GHC.

Merge request reports