summaryrefslogtreecommitdiff
path: root/tools/opt/Makefile
diff options
context:
space:
mode:
authorQuentin Colombet <qcolombet@apple.com>2014-02-22 00:07:45 +0000
committerQuentin Colombet <qcolombet@apple.com>2014-02-22 00:07:45 +0000
commit8048c44580056994eb0f2804e2914badc8fbef43 (patch)
treef1f2b3eb34650e8e2e8dc470e71c3776c6c0eb9a /tools/opt/Makefile
parent0206b30ea6ca3cdd04d968ca676ccb025ef75158 (diff)
downloadllvm-8048c44580056994eb0f2804e2914badc8fbef43.tar.gz
llvm-8048c44580056994eb0f2804e2914badc8fbef43.tar.bz2
llvm-8048c44580056994eb0f2804e2914badc8fbef43.tar.xz
[CodeGenPrepare] Move CodeGenPrepare into lib/CodeGen.
CodeGenPrepare uses extensively TargetLowering which is part of libLLVMCodeGen. This is a layer violation which would introduce eventually a dependence on CodeGen in ScalarOpts. Move CodeGenPrepare into libLLVMCodeGen to avoid that. Follow-up of <rdar://problem/15519855> git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@201912 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/opt/Makefile')
-rw-r--r--tools/opt/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/opt/Makefile b/tools/opt/Makefile
index fa2d014553..cfa9c31cb9 100644
--- a/tools/opt/Makefile
+++ b/tools/opt/Makefile
@@ -9,7 +9,7 @@
LEVEL := ../..
TOOLNAME := opt
-LINK_COMPONENTS := bitreader bitwriter asmparser irreader instrumentation scalaropts objcarcopts ipo vectorize all-targets
+LINK_COMPONENTS := bitreader bitwriter asmparser irreader instrumentation scalaropts objcarcopts ipo vectorize all-targets codegen
# Support plugins.
NO_DEAD_STRIP := 1