[PATCH] D28213: [Frontend] Correct values of ATOMIC_*_LOCK_FREE to match builtin
Eli Friedman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 19 13:53:50 PDT 2019
efriedma added a comment.
It looks like it was reverted because it was breaking i386 BSD, where __GCC_ATOMIC_LLONG_LOCK_FREE is in fact supposed to be "1" (because cmpxchg8b isn't always available).
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D28213/new/
https://reviews.llvm.org/D28213
More information about the llvm-commits
mailing list