OSDN Git Service

Must link against new LLVMsystem library
authorNate Begeman <natebegeman@mac.com>
Sun, 29 Aug 2004 22:01:44 +0000 (22:01 +0000)
committerNate Begeman <natebegeman@mac.com>
Sun, 29 Aug 2004 22:01:44 +0000 (22:01 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16104 91177308-0d34-0410-b5e6-96231b3b80d8

projects/Stacker/tools/stkrc/Makefile

index b7e08c4..1ba7890 100644 (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