diff options
author | Peter Collingbourne <peter@pcc.me.uk> | 2017-05-01 20:42:32 +0000 |
---|---|---|
committer | Peter Collingbourne <peter@pcc.me.uk> | 2017-05-01 20:42:32 +0000 |
commit | c15d60b772b1d02134b3d3bdd8e456ed33674279 (patch) | |
tree | acd0d22c65668cb628fb5b0ca7245558fdeabef5 /llvm/tools/llvm-lto/llvm-lto.cpp | |
parent | ba6c9cb5e8b7007009421de0e2be03af22af4daa (diff) | |
download | bcm5719-llvm-c15d60b772b1d02134b3d3bdd8e456ed33674279.tar.gz bcm5719-llvm-c15d60b772b1d02134b3d3bdd8e456ed33674279.zip |
Object: Remove ModuleSummaryIndexObjectFile class.
Differential Revision: https://reviews.llvm.org/D32195
llvm-svn: 301832
Diffstat (limited to 'llvm/tools/llvm-lto/llvm-lto.cpp')
-rw-r--r-- | llvm/tools/llvm-lto/llvm-lto.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/tools/llvm-lto/llvm-lto.cpp b/llvm/tools/llvm-lto/llvm-lto.cpp index 2f005412a3b..86cdf9b6b3e 100644 --- a/llvm/tools/llvm-lto/llvm-lto.cpp +++ b/llvm/tools/llvm-lto/llvm-lto.cpp @@ -23,7 +23,6 @@ #include "llvm/LTO/legacy/LTOCodeGenerator.h" #include "llvm/LTO/legacy/LTOModule.h" #include "llvm/LTO/legacy/ThinLTOCodeGenerator.h" -#include "llvm/Object/ModuleSummaryIndexObjectFile.h" #include "llvm/Support/CommandLine.h" #include "llvm/Support/FileSystem.h" #include "llvm/Support/ManagedStatic.h" |