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/ReaderWriter/MachO/MachONormalizedFile.h | |
| 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/ReaderWriter/MachO/MachONormalizedFile.h')
| -rw-r--r-- | lld/lib/ReaderWriter/MachO/MachONormalizedFile.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/lib/ReaderWriter/MachO/MachONormalizedFile.h b/lld/lib/ReaderWriter/MachO/MachONormalizedFile.h index 31b24dfd102..d5885942515 100644 --- a/lld/lib/ReaderWriter/MachO/MachONormalizedFile.h +++ b/lld/lib/ReaderWriter/MachO/MachONormalizedFile.h @@ -43,8 +43,8 @@ #define LLD_READER_WRITER_MACHO_NORMALIZE_FILE_H #include "DebugInfo.h" +#include "lld/Common/LLVM.h" #include "lld/Core/Error.h" -#include "lld/Core/LLVM.h" #include "lld/ReaderWriter/MachOLinkingContext.h" #include "llvm/ADT/SmallString.h" #include "llvm/ADT/StringRef.h" |

