[PATCH] D68964: cmake/modules/CheckAtomic.cmake: catch false positives in RISC-V

Luís Marques via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 20 06:31:01 PST 2020


luismarques added a comment.

In D68964#1882946 <https://reviews.llvm.org/D68964#1882946>, @asb wrote:

> The backport request seems ok to me, assuming you're happy taking a patch like this at this stage in the release process.


This patch is part of a broader effort from @gokturk, where the various patches addressed different facets of this issue. If this is to be backported, then probably all of them should:

- D68899 <https://reviews.llvm.org/D68899>
- D69003 <https://reviews.llvm.org/D69003>
- D69444 <https://reviews.llvm.org/D69444>
- D69869 <https://reviews.llvm.org/D69869>
- D68964 <https://reviews.llvm.org/D68964> (this one)

To properly land D69869 <https://reviews.llvm.org/D69869> you'll need the tweak I introduced in commit f128f442a3d <https://reviews.llvm.org/rGf128f442a3d23674bee19ae18e29f92c9dfe40cd>, otherwise MSVC builds will fail. (@hans)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D68964





More information about the llvm-commits mailing list