[PATCH] D29542: [TargetInfo] Adjust x86-32 atomic support to the CPU used

Justin Lebar via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun Feb 5 16:59:42 PST 2017


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





More information about the cfe-commits mailing list