[all-commits] [llvm/llvm-project] b26b32: lld: link libatomic if needed for Timer
Josh Stone via All-commits
all-commits at lists.llvm.org
Fri Aug 21 17:48:15 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: b26b32b5d3b85812a12f5e3bf011428612f78e19
https://github.com/llvm/llvm-project/commit/b26b32b5d3b85812a12f5e3bf011428612f78e19
Author: Josh Stone <jistone at redhat.com>
Date: 2020-08-21 (Fri, 21 Aug 2020)
Changed paths:
M lld/CMakeLists.txt
M lld/Common/CMakeLists.txt
Log Message:
-----------
lld: link libatomic if needed for Timer
D80298 made Timer::total atomic, but this requires linking libatomic
on some targets.
Reviewed By: aaronpuchert
Differential Revision: https://reviews.llvm.org/D85691
More information about the All-commits
mailing list