[PATCH] D28213: [Frontend] Correct values of ATOMIC_*_LOCK_FREE to match builtin

Eli Friedman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Mar 19 14:08:44 PDT 2019


efriedma added a comment.

> Do we care about cases where it *might* be available? i.e. can we say it's never available instead?

That doesn't really help here... the fundamental issue is that getMaxAtomicInlineWidth() is wrong (or at least, was wrong at the time this was initially merged; I haven't checked whether it was fixed since).


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D28213/new/

https://reviews.llvm.org/D28213





More information about the cfe-commits mailing list