We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8d9fb3 commit cceae42Copy full SHA for cceae42
llvm/projects/Stacker/test/Makefile
@@ -42,7 +42,7 @@ test_each: $(TESTS)
42
43
% : %.st Makefile testing.bc
44
$(Echo) "Building $*"
45
- $(Verb)$(LLVMC) -O4 -o $@ $< testing.bc -lstkr_runtime -lcrtend
+ $(Verb)$(LLVMC) -O4 -o $@ $< testing.bc $(LibDir)/stkr_runtime.bc -lcrtend
46
47
testing.bc : testing.st Makefile
48
$(Echo) "Compiling $*"
0 commit comments