Skip to content

Commit 01353b2

Browse files
committed
Extend compile-check for llvm case.
1 parent 62522de commit 01353b2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -614,6 +614,10 @@ check: tidy \
614614
$(TEST_RPASS_EXES_LLVM) $(TEST_RFAIL_EXES_LLVM) \
615615
$(TEST_RPASS_OUTS_LLVM) $(TEST_RFAIL_OUTS_LLVM) \
616616
$(TEST_CFAIL_OUTS_LLVM)
617+
618+
compile-check: tidy \
619+
$(TEST_RPASS_EXES_LLVM) $(TEST_RFAIL_EXES_LLVM)
620+
617621
endif
618622

619623
REQ := $(CFG_BOOT) $(CFG_RUNTIME) $(CFG_STDLIB)

0 commit comments

Comments
 (0)