summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-lto
diff options
context:
space:
mode:
authorPeter Collingbourne <peter@pcc.me.uk>2016-07-14 21:21:16 +0000
committerPeter Collingbourne <peter@pcc.me.uk>2016-07-14 21:21:16 +0000
commit5c73220fa57679085a1c75df30c5e084e01aa772 (patch)
tree1264db1a8507d357a677ea13dae299b18b8eccd8 /llvm/tools/llvm-lto
parent0ba360bd68be149e556fa68bfbb82be7487c0b34 (diff)
downloadbcm5719-llvm-5c73220fa57679085a1c75df30c5e084e01aa772.tar.gz
bcm5719-llvm-5c73220fa57679085a1c75df30c5e084e01aa772.zip
Move legacy LTO interface headers to legacy/ directory.
Differential Revision: https://reviews.llvm.org/D22173 llvm-svn: 275476
Diffstat (limited to 'llvm/tools/llvm-lto')
-rw-r--r--llvm/tools/llvm-lto/llvm-lto.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/tools/llvm-lto/llvm-lto.cpp b/llvm/tools/llvm-lto/llvm-lto.cpp
index 84dce23aee2..b3b617b941d 100644
--- a/llvm/tools/llvm-lto/llvm-lto.cpp
+++ b/llvm/tools/llvm-lto/llvm-lto.cpp
@@ -19,9 +19,9 @@
#include "llvm/IR/LLVMContext.h"
#include "llvm/IR/Verifier.h"
#include "llvm/IRReader/IRReader.h"
-#include "llvm/LTO/LTOCodeGenerator.h"
-#include "llvm/LTO/LTOModule.h"
-#include "llvm/LTO/ThinLTOCodeGenerator.h"
+#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"
OpenPOWER on IntegriCloud