Skip to content

Commit cceae42

Browse files
author
Reid Spencer
committed
Correct build script for stkr_runtime module
llvm-svn: 18526
1 parent d8d9fb3 commit cceae42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/projects/Stacker/test/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ test_each: $(TESTS)
4242

4343
% : %.st Makefile testing.bc
4444
$(Echo) "Building $*"
45-
$(Verb)$(LLVMC) -O4 -o $@ $< testing.bc -lstkr_runtime -lcrtend
45+
$(Verb)$(LLVMC) -O4 -o $@ $< testing.bc $(LibDir)/stkr_runtime.bc -lcrtend
4646

4747
testing.bc : testing.st Makefile
4848
$(Echo) "Compiling $*"

0 commit comments

Comments
 (0)