Skip to content

Commit

Permalink
[TeraPool] Correct llvm filter list for CI check
Browse files Browse the repository at this point in the history
  • Loading branch information
yichao-zh committed Dec 8, 2023
1 parent 7fcf586 commit 8beb63e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion software/apps/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 8beb63e

Please sign in to comment.