[PATCH] D127465: [CUDA] Ignore __CLANG_ATOMIC_LLONG_LOCK_FREE on i386

Ryan Prichard via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Jun 9 18:56:50 PDT 2022


rprichard added reviewers: tra, yaxunl.
rprichard added a subscriber: mgorny.
rprichard added a comment.

This change is needed to keep the clang/test/Preprocessor/cuda-types.cu test passing after D28213 <https://reviews.llvm.org/D28213> changes the value of `__CLANG_ATOMIC_LLONG_LOCK_FREE` from 1 to 2 for i586 and up.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D127465



More information about the cfe-commits mailing list