diff options
| author | Rui Ueyama <ruiu@google.com> | 2016-11-19 23:26:41 +0000 |
|---|---|---|
| committer | Rui Ueyama <ruiu@google.com> | 2016-11-19 23:26:41 +0000 |
| commit | f7dfb2e250b3b0b4a3be39141bbd5cdf3582972f (patch) | |
| tree | 84813f3225c272508811cc35988e910da6229bba /lld/ELF/Driver.cpp | |
| parent | 8f475567966a5782afbbe84e7b88b8502e495026 (diff) | |
| download | bcm5719-llvm-f7dfb2e250b3b0b4a3be39141bbd5cdf3582972f.tar.gz bcm5719-llvm-f7dfb2e250b3b0b4a3be39141bbd5cdf3582972f.zip | |
Remove a file that is too short to be an independent file.
We have a .cpp and a .h for parseDynamicList(). This patch
moves the function to DriverUtil.cpp.
llvm-svn: 287468
Diffstat (limited to 'lld/ELF/Driver.cpp')
| -rw-r--r-- | lld/ELF/Driver.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lld/ELF/Driver.cpp b/lld/ELF/Driver.cpp index b3585e43d79..b337feada09 100644 --- a/lld/ELF/Driver.cpp +++ b/lld/ELF/Driver.cpp @@ -16,7 +16,6 @@ #include "LinkerScript.h" #include "Memory.h" #include "Strings.h" -#include "SymbolListFile.h" #include "SymbolTable.h" #include "Target.h" #include "Writer.h" |

