[PATCH] D132799: Make sure libLLVM users link with libatomic if needed

Chris Bieneman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 30 12:43:41 PDT 2022


beanz added a comment.

We probably should replace `atomic` here with the `LLVM_SYSTEM_LIBS` property from the `LLVMSupport` target. That we should be able to rely on unconditionally, and you can read it with `get_property(SUPPORT_SYSTEM_LIBS TARGET LLVMSupport PROPERTY LLVM_SYSTEM_LIBS)`.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D132799



More information about the llvm-commits mailing list