From 34a451ddc814e97945b3dbd8c730cfc6d0a520bb Mon Sep 17 00:00:00 2001 From: Lauro Ramos Venancio Date: Mon, 12 Feb 2007 18:31:46 +0000 Subject: 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 --- tools/llvmc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/llvmc/Makefile') diff --git a/tools/llvmc/Makefile b/tools/llvmc/Makefile index 76fb6e11a6..d762f98441 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 -- cgit v1.2.3