diff options
author | Shankar Easwaran <shankarke@gmail.com> | 2014-10-18 05:23:17 +0000 |
---|---|---|
committer | Shankar Easwaran <shankarke@gmail.com> | 2014-10-18 05:23:17 +0000 |
commit | ac2380861903acfea5302175426c5ec54936a789 (patch) | |
tree | 27ed0fdbb514c14006598e387ee91a5cf21b7620 /lld/lib/ReaderWriter/ELF/DynamicFile.h | |
parent | 4e1ef9951d91f0c3f10f3e6d59a617bb0d15414a (diff) | |
download | bcm5719-llvm-ac2380861903acfea5302175426c5ec54936a789.tar.gz bcm5719-llvm-ac2380861903acfea5302175426c5ec54936a789.zip |
[ELF] Add Readers for all the ELF subtargets.
This would permit the ELF reader to check the architecture that is being
selected by the linking process.
This patch also sorts the include files according to LLVM conventions.
llvm-svn: 220129
Diffstat (limited to 'lld/lib/ReaderWriter/ELF/DynamicFile.h')
-rw-r--r-- | lld/lib/ReaderWriter/ELF/DynamicFile.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lld/lib/ReaderWriter/ELF/DynamicFile.h b/lld/lib/ReaderWriter/ELF/DynamicFile.h index 70153c5049b..55b257e906e 100644 --- a/lld/lib/ReaderWriter/ELF/DynamicFile.h +++ b/lld/lib/ReaderWriter/ELF/DynamicFile.h @@ -11,13 +11,10 @@ #define LLD_READER_WRITER_ELF_DYNAMIC_FILE_H #include "Atoms.h" - #include "lld/Core/SharedLibraryFile.h" #include "lld/ReaderWriter/ELFLinkingContext.h" - #include "llvm/Object/ELF.h" #include "llvm/Support/Path.h" - #include <unordered_map> namespace lld { |