Must link against new LLVMsystem library

llvm-svn: 16104
This commit is contained in:
Nate Begeman 2004-08-29 22:01:44 +00:00
parent a094704ff9
commit 50d140ee3d
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ LEVEL=../../../..
# Give the name of a library. This will build a dynamic version.
#
TOOLNAME=stkrc
USEDLIBS=stkr_compiler asmparser bcwriter vmcore support.a
USEDLIBS=stkr_compiler asmparser bcwriter vmcore support.a LLVMsystem.a
ifdef PARSE_DEBUG
CPPFLAGS = -DPARSE_DEBUG=1