From 744879ea01779a48f898a801c847677b0bfa824a Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sun, 6 May 2007 09:32:02 +0000 Subject: switch tools to bitcode from bytecode git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36872 91177308-0d34-0410-b5e6-96231b3b80d8 --- tools/opt/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/opt/Makefile') diff --git a/tools/opt/Makefile b/tools/opt/Makefile index 76cb5b1272..f444fe338b 100644 --- a/tools/opt/Makefile +++ b/tools/opt/Makefile @@ -10,6 +10,6 @@ LEVEL = ../.. TOOLNAME = opt REQUIRES_EH := 1 -LINK_COMPONENTS := bcreader bcwriter bitreader bitwriter instrumentation scalaropts ipo +LINK_COMPONENTS := bitreader bitwriter instrumentation scalaropts ipo include $(LEVEL)/Makefile.common -- cgit v1.2.3