diff options
-rw-r--r-- | test/LLC/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/LLC/Makefile b/test/LLC/Makefile index 2a3421eb37..0aecc83090 100644 --- a/test/LLC/Makefile +++ b/test/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 $< ==========" |