From: Lauro Ramos Venancio Date: Mon, 12 Feb 2007 18:31:46 +0000 (+0000) Subject: Fix build error on ARM. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=34a451ddc814e97945b3dbd8c730cfc6d0a520bb;p=oota-llvm.git Fix build error on ARM. Since CompilerDriver.cpp revision 1.44, llvmc must be linked against LLVMCore.a (llvm::Module::~Module) and LLVMBCReader.a (llvm::getBytecodeModuleProvider). git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34196 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/tools/llvmc/Makefile b/tools/llvmc/Makefile index 76fb6e11a64..d762f984412 100644 --- a/tools/llvmc/Makefile +++ b/tools/llvmc/Makefile @@ -8,7 +8,7 @@ ##===----------------------------------------------------------------------===## LEVEL = ../.. TOOLNAME = llvmc -LINK_COMPONENTS = support system +LINK_COMPONENTS = support system core bcreader CONFIG_FILES = c cpp ll st EXTRA_DIST = c cpp ll ConfigLexer.cpp.cvs ConfigLexer.l.cvs REQUIRES_EH := 1