diff --git a/llvm/test/Regression/LLC/Makefile b/llvm/test/Regression/LLC/Makefile index 2a3421eb379f..0aecc8309016 100644 --- a/llvm/test/Regression/LLC/Makefile +++ b/llvm/test/Regression/LLC/Makefile @@ -7,7 +7,7 @@ include $(LEVEL)/test/Programs/SingleSource/Makefile.singlesrc TESTS := $(wildcard *.ll) $(wildcard *.c) -all:: $(addprefix Output/, $(TESTS:%.ll=%.ts)) +all:: $(addprefix Output/, $(filter-out %.c, $(TESTS:%.ll=%.ts))) Output/%.ts: Output/%.bc $(LLC) Output/.dir @echo "======== Compiling $< =========="