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

Joerg Sonnenberger via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Feb 6 09:55:25 PST 2017


joerg added a comment.

Generic should imply i486+. I don't think any general purpose system supports i386 at this point, simply because it has an annoying number of bugs in critical components. The i486 (esp. the non-crippled ones) are reasonable easy to support and there are still people around with hardware, esp. clones.


https://reviews.llvm.org/D29542





More information about the cfe-commits mailing list