[PATCH] D42154: Don't generate inline atomics for i386/i486

John McCall via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Jan 22 17:29:44 PST 2018


rjmccall accepted this revision.
rjmccall added a comment.
This revision is now accepted and ready to land.

Well, my point is that the example in the linked bug is asking for 486 code-generation, which is apparently unsupported by LLVM.

Anyway, it's not a good reason to hold up this patch, since the way to support things is to gradually fix the bugs with them.  LGTM.


Repository:
  rC Clang

https://reviews.llvm.org/D42154





More information about the cfe-commits mailing list