summaryrefslogtreecommitdiff
path: root/tools/llvmc/Makefile
diff options
context:
space:
mode:
authorLauro Ramos Venancio <lauro.venancio@gmail.com>2007-02-12 18:31:46 +0000
committerLauro Ramos Venancio <lauro.venancio@gmail.com>2007-02-12 18:31:46 +0000
commit34a451ddc814e97945b3dbd8c730cfc6d0a520bb (patch)
tree2242adbd3df2f38cbde4ba6f42d709c66cdae990 /tools/llvmc/Makefile
parentdec628eead87b20773c98a00830580df211acc98 (diff)
downloadllvm-34a451ddc814e97945b3dbd8c730cfc6d0a520bb.tar.gz
llvm-34a451ddc814e97945b3dbd8c730cfc6d0a520bb.tar.bz2
llvm-34a451ddc814e97945b3dbd8c730cfc6d0a520bb.tar.xz
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
Diffstat (limited to 'tools/llvmc/Makefile')
-rw-r--r--tools/llvmc/Makefile2
1 files changed, 1 insertions, 1 deletions
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