[PATCH] D85691: lld: link libatomic if needed for Timer

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 10 15:30:23 PDT 2020


MaskRay accepted this revision.
MaskRay added a comment.
This revision is now accepted and ready to land.

Thanks!



================
Comment at: lld/Common/CMakeLists.txt:3
+
+if (NOT HAVE_CXX_ATOMICS64_WITHOUT_LIB )
+  list(APPEND LLD_SYSTEM_LIBS atomic)
----------------
I don't whether having a space after `if` is prevailing or not, but the space before `)` is uncommon and should be removed.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D85691



More information about the llvm-commits mailing list