summaryrefslogtreecommitdiff
path: root/projects
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2004-12-05 05:18:28 +0000
committerReid Spencer <rspencer@reidspencer.com>2004-12-05 05:18:28 +0000
commit597848532473e3c9f59548c21ad940974225b8e6 (patch)
tree899db5b91b24cfacc4c0b18ed0fde1746da64253 /projects
parent9f60a494156986659722ae2038002956540ea1fc (diff)
downloadllvm-597848532473e3c9f59548c21ad940974225b8e6.tar.gz
llvm-597848532473e3c9f59548c21ad940974225b8e6.tar.bz2
llvm-597848532473e3c9f59548c21ad940974225b8e6.tar.xz
Correct build script for stkr_runtime module
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18526 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'projects')
-rw-r--r--projects/Stacker/test/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/projects/Stacker/test/Makefile b/projects/Stacker/test/Makefile
index aa349c1e90..7e384139dd 100644
--- a/projects/Stacker/test/Makefile
+++ b/projects/Stacker/test/Makefile
@@ -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 $*"