Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Delete dead code. | Rafael Espindola | 2017-11-07 | 1 | -20/+0 |
| | | | | llvm-svn: 317633 | ||||
* | Fix build. | Rafael Espindola | 2017-10-13 | 1 | -0/+1 |
| | | | | llvm-svn: 315732 | ||||
* | [lld] Move Threads to Common | Bob Haarman | 2017-10-13 | 1 | -0/+31 |
Summary: This will allow using the functionality from other linkers. It is also a prerequisite for sharing the error logging code. Reviewers: ruiu Reviewed By: ruiu Subscribers: emaste, mgorny, llvm-commits Differential Revision: https://reviews.llvm.org/D38822 llvm-svn: 315725 |