Index: Makefile.standalone |
diff --git a/Makefile.standalone b/Makefile.standalone |
index a9134971a37cedd0350cd279314b69bbe9832b90..29d9479c94cee434cf9874043a684fb1ab60e77f 100644 |
--- a/Makefile.standalone |
+++ b/Makefile.standalone |
@@ -113,7 +113,7 @@ $(OBJS): | $(OBJDIR) |
$(OBJDIR): |
@mkdir -p $@ |
-check-lit: llvm2ice |
+check-lit: llvm2ice make_symlink |
Jim Stichnoth
2014/09/27 16:22:22
This was actually broken after the Debug/Release c
|
LLVM_BIN_PATH=$(LLVM_BIN_PATH) \ |
$(LLVM_SRC_PATH)/utils/lit/lit.py -sv tests_lit |