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/InputSection.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/InputSection.cpp')
| -rw-r--r-- | lld/ELF/InputSection.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/ELF/InputSection.cpp b/lld/ELF/InputSection.cpp index 8382a6b7085..963995e3d74 100644 --- a/lld/ELF/InputSection.cpp +++ b/lld/ELF/InputSection.cpp @@ -13,12 +13,12 @@ #include "Error.h" #include "InputFiles.h" #include "LinkerScript.h" +#include "Memory.h" #include "OutputSections.h" #include "Relocations.h" #include "SyntheticSections.h" #include "Target.h" #include "Thunks.h" -#include "lld/Support/Memory.h" #include "llvm/Support/Compression.h" #include "llvm/Support/Endian.h" #include <mutex> |

