summaryrefslogtreecommitdiff
path: root/tools/opt/Makefile
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2007-05-06 02:42:03 +0000
committerChris Lattner <sabre@nondot.org>2007-05-06 02:42:03 +0000
commitb330e38f4ab1096403ade60028456cae9d0c67f3 (patch)
tree2d4632f44b95ede55bc9afe29315ee19662507f8 /tools/opt/Makefile
parentf9f2e831709f05c0cacd643a908ba2862cb09a32 (diff)
downloadllvm-b330e38f4ab1096403ade60028456cae9d0c67f3.tar.gz
llvm-b330e38f4ab1096403ade60028456cae9d0c67f3.tar.bz2
llvm-b330e38f4ab1096403ade60028456cae9d0c67f3.tar.xz
if -bitcode is specified, read and write a bitcode file instead of a bytecode file.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36830 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 0ea3a7fc06..76cb5b1272 100644
--- a/tools/opt/Makefile
+++ b/tools/opt/Makefile
@@ -10,6 +10,6 @@ LEVEL = ../..
TOOLNAME = opt
REQUIRES_EH := 1
-LINK_COMPONENTS := bcreader bcwriter instrumentation scalaropts ipo
+LINK_COMPONENTS := bcreader bcwriter bitreader bitwriter instrumentation scalaropts ipo
include $(LEVEL)/Makefile.common