[PATCH] D44248: [clangd][cmake] Provide libatomic when there is no native support for 64bit atomics

Matthew Bauer via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Feb 9 10:46:23 PST 2019


matthewbauer added a comment.
Herald added subscribers: kadircet, jfb, arphaman, atanasyan, jkorous.
Herald added a project: LLVM.

This appears to be adding atomic on macOS builds, which shouldn't be happening:

https://hydra.nixos.org/build/88290234/

HAVE_CXX_ATOMICS64_WITHOUT_LIB is never being set.


Repository:
  rL LLVM

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

https://reviews.llvm.org/D44248





More information about the llvm-commits mailing list