diff options
| author | Rui Ueyama <ruiu@google.com> | 2017-10-02 21:00:41 +0000 |
|---|---|---|
| committer | Rui Ueyama <ruiu@google.com> | 2017-10-02 21:00:41 +0000 |
| commit | 3f851704c154b8ab045b5cd58d31ce854b9c6599 (patch) | |
| tree | c0ec0a73ce767fcafa800c49494935ef986be7e7 /lld/lib/Core/Resolver.cpp | |
| parent | e2ff2ba57d64a740095737866f0787e6f2c1e410 (diff) | |
| download | bcm5719-llvm-3f851704c154b8ab045b5cd58d31ce854b9c6599.tar.gz bcm5719-llvm-3f851704c154b8ab045b5cd58d31ce854b9c6599.zip | |
Move new lld's code to Common subdirectory.
New lld's files are spread under lib subdirectory, and it isn't easy
to find which files are actually maintained. This patch moves maintained
files to Common subdirectory.
Differential Revision: https://reviews.llvm.org/D37645
llvm-svn: 314719
Diffstat (limited to 'lld/lib/Core/Resolver.cpp')
| -rw-r--r-- | lld/lib/Core/Resolver.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lld/lib/Core/Resolver.cpp b/lld/lib/Core/Resolver.cpp index e7cfaaac783..9c51c6cdb19 100644 --- a/lld/lib/Core/Resolver.cpp +++ b/lld/lib/Core/Resolver.cpp @@ -7,13 +7,13 @@ // //===----------------------------------------------------------------------===// -#include "lld/Core/Atom.h" +#include "lld/Core/Resolver.h" +#include "lld/Common/LLVM.h" #include "lld/Core/ArchiveLibraryFile.h" +#include "lld/Core/Atom.h" #include "lld/Core/File.h" #include "lld/Core/Instrumentation.h" -#include "lld/Core/LLVM.h" #include "lld/Core/LinkingContext.h" -#include "lld/Core/Resolver.h" #include "lld/Core/SharedLibraryFile.h" #include "lld/Core/SymbolTable.h" #include "lld/Core/UndefinedAtom.h" |

