You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
llvm::sys::getHostCPUName() and llvm::sys::getHostCPUFeatures() appear to need
special cases for _WIN32 on X86 (similar to the existing _WIN32 on ARM special
cases) to restrict what CPUs and Features are available with that OS.
For now, limit this test to Linux systems only, as this test does not check
very much being that it is sensitve to the Host machine.
Originally llvm#159414.
0 commit comments