[PATCH] D136282: [clang] [CMake] Link libclangBasic against libatomic when necessary.

Michał Górny via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Oct 19 20:10:52 PDT 2022


mgorny added inline comments.


================
Comment at: clang/lib/Basic/CMakeLists.txt:114-117
+target_link_libraries(clangBasic
+  PRIVATE
+  ${LLVM_ATOMIC_LIB}
+)
----------------
Is this the right place? Grepping for `std::atomic`, I see lib/Frontend and a bunch of tools, plus a few places in clang-tools-extra.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D136282



More information about the cfe-commits mailing list