<div dir="ltr">In Host::GetArchitecture() we see this line:<div><br></div><div><div>        // If the OS is Linux, "unknown" in the vendor slot isn't what we want</div><div>        // for the default triple.  It's probably an artifact of config.guess.</div>
<div>        if (triple.getOS() == llvm::Triple::Linux && triple.getVendor() == llvm::Triple::UnknownVendor)</div><div>            triple.setVendorName ("");</div></div><div><br></div><div>Can anyone think of a reason why this check should be specific to Linux?  </div>
</div>