[PATCH] D38822: [lld] Move Threads to Common
Bob Haarman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 11 14:12:02 PDT 2017
inglorion created this revision.
Herald added subscribers: mgorny, emaste.
This will allow using the functionality from other linkers. It is also
a prerequisite for sharing the error logging code.
https://reviews.llvm.org/D38822
Files:
lld/Common/CMakeLists.txt
lld/Common/Threads.cpp
lld/ELF/CMakeLists.txt
lld/ELF/Config.h
lld/ELF/Driver.cpp
lld/ELF/Error.cpp
lld/ELF/Filesystem.cpp
lld/ELF/ICF.cpp
lld/ELF/LinkerScript.cpp
lld/ELF/MapFile.cpp
lld/ELF/OutputSections.cpp
lld/ELF/SyntheticSections.cpp
lld/ELF/Threads.cpp
lld/ELF/Threads.h
lld/ELF/Writer.cpp
lld/include/lld/Common/Threads.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D38822.118690.patch
Type: text/x-patch
Size: 8288 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171011/89e2c2a2/attachment.bin>
More information about the llvm-commits
mailing list