diff options
| author | Rui Ueyama <ruiu@google.com> | 2016-12-18 14:06:06 +0000 |
|---|---|---|
| committer | Rui Ueyama <ruiu@google.com> | 2016-12-18 14:06:06 +0000 |
| commit | 9381eb104563cacdded3c4597d0845707b02737e (patch) | |
| tree | 74322e968e70c7ca15158f504424d84d0ae04864 /lld/ELF/InputFiles.cpp | |
| parent | a26bc91456865f8cd039c9ebd72def3a0b4a80f1 (diff) | |
| download | bcm5719-llvm-9381eb104563cacdded3c4597d0845707b02737e.tar.gz bcm5719-llvm-9381eb104563cacdded3c4597d0845707b02737e.zip | |
Remove lld/Support/Memory.h.
I thought for a while about how to remove it, but it looks like we
can just copy the file for now. Of course I'm not happy about that,
but it's just less than 50 lines of code, and we already have
duplicate code in Error.h and some other places. I want to solve
them all at once later.
Differential Revision: https://reviews.llvm.org/D27819
llvm-svn: 290062
Diffstat (limited to 'lld/ELF/InputFiles.cpp')
| -rw-r--r-- | lld/ELF/InputFiles.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/ELF/InputFiles.cpp b/lld/ELF/InputFiles.cpp index b7f1aea31e7..2a865992146 100644 --- a/lld/ELF/InputFiles.cpp +++ b/lld/ELF/InputFiles.cpp @@ -12,10 +12,10 @@ #include "Error.h" #include "InputSection.h" #include "LinkerScript.h" +#include "Memory.h" #include "SymbolTable.h" #include "Symbols.h" #include "SyntheticSections.h" -#include "lld/Support/Memory.h" #include "llvm/ADT/STLExtras.h" #include "llvm/Bitcode/BitcodeReader.h" #include "llvm/CodeGen/Analysis.h" |

