[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:22:51 PDT 2020
MaskRay added inline comments.
================
Comment at: lld/Common/CMakeLists.txt:4
+if (NOT HAVE_CXX_ATOMICS64_WITHOUT_LIB )
+ list(APPEND LLD_SYSTEM_LIBS atomic)
+endif()
----------------
2-space indentation
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