aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/LTO/LTO.cpp
diff options
context:
space:
mode:
authorPeter Collingbourne <peter@pcc.me.uk>2017-05-01 20:42:32 +0000
committerPeter Collingbourne <peter@pcc.me.uk>2017-05-01 20:42:32 +0000
commitc15d60b772b1d02134b3d3bdd8e456ed33674279 (patch)
treeacd0d22c65668cb628fb5b0ca7245558fdeabef5 /llvm/lib/LTO/LTO.cpp
parentba6c9cb5e8b7007009421de0e2be03af22af4daa (diff)
downloadllvm-c15d60b772b1d02134b3d3bdd8e456ed33674279.zip
llvm-c15d60b772b1d02134b3d3bdd8e456ed33674279.tar.gz
llvm-c15d60b772b1d02134b3d3bdd8e456ed33674279.tar.bz2
Object: Remove ModuleSummaryIndexObjectFile class.
Differential Revision: https://reviews.llvm.org/D32195 llvm-svn: 301832
Diffstat (limited to 'llvm/lib/LTO/LTO.cpp')
-rw-r--r--llvm/lib/LTO/LTO.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/LTO/LTO.cpp b/llvm/lib/LTO/LTO.cpp
index 1bc0d73..cc3d964 100644
--- a/llvm/lib/LTO/LTO.cpp
+++ b/llvm/lib/LTO/LTO.cpp
@@ -25,7 +25,6 @@
#include "llvm/LTO/LTOBackend.h"
#include "llvm/Linker/IRMover.h"
#include "llvm/Object/IRObjectFile.h"
-#include "llvm/Object/ModuleSummaryIndexObjectFile.h"
#include "llvm/Support/Error.h"
#include "llvm/Support/ManagedStatic.h"
#include "llvm/Support/MemoryBuffer.h"