From 8beb63e582fb75b79d7777cecf922a3e84d971da Mon Sep 17 00:00:00 2001 From: Yichao Zhang Date: Fri, 8 Dec 2023 18:41:26 +0100 Subject: [PATCH] [TeraPool] Correct llvm filter list for CI check --- software/apps/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/software/apps/Makefile b/software/apps/Makefile index 172133599..aa4b02768 100644 --- a/software/apps/Makefile +++ b/software/apps/Makefile @@ -25,7 +25,7 @@ else ALL := $(filter-out systolic/%,$(APPS)) endif -ALL_LLVM := $(filter-out synth, chest_q16 cfft_radix2_q16 cfft_radix4_q16, $(ALL)) +ALL_LLVM := $(filter-out synth chest_q16 cfft_radix2_q16 cfft_radix4_q16, $(ALL)) # Make all applications all: $(ALL)