Correct build script for stkr_runtime module

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18526 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Reid Spencer 2004-12-05 05:18:28 +00:00
parent 9f60a49415
commit 5978485324

View File

@ -42,7 +42,7 @@ test_each: $(TESTS)
% : %.st Makefile testing.bc
$(Echo) "Building $*"
$(Verb)$(LLVMC) -O4 -o $@ $< testing.bc -lstkr_runtime -lcrtend
$(Verb)$(LLVMC) -O4 -o $@ $< testing.bc $(LibDir)/stkr_runtime.bc -lcrtend
testing.bc : testing.st Makefile
$(Echo) "Compiling $*"