jlebar added inline comments. ================ Comment at: lib/Basic/Targets.cpp:1808 + if (HostTriple.getArch() == llvm::Triple::x86) + HostTarget->setCPU("i586"); + ---------------- Okay, is this still needed now? https://reviews.llvm.org/D29542