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/bugpoint/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/bugpoint/Makefile') diff --git a/tools/bugpoint/Makefile b/tools/bugpoint/Makefile index 11741480dd..6d8d7a0f7e 100644 --- a/tools/bugpoint/Makefile +++ b/tools/bugpoint/Makefile @@ -10,7 +10,7 @@ LEVEL = ../.. TOOLNAME = bugpoint -LINK_COMPONENTS := bcreader bcwriter asmparser instrumentation scalaropts ipo \ +LINK_COMPONENTS := asmparser instrumentation scalaropts ipo \ linker bitreader bitwriter REQUIRES_EH := 1 -- cgit v1.2.3