Skip to content

Commit

Permalink
RISC-V: Add riscv-vsetvl.def to t-riscv
Browse files Browse the repository at this point in the history
This patch will be backport to GCC 13 and commit to trunk.
gcc/ChangeLog:

	* config/riscv/t-riscv: Add riscv-vsetvl.def
  • Loading branch information
zhongjuzhe authored and Incarnation-p-lee committed Aug 22, 2023
1 parent 0ccfbe6 commit b817bfa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gcc/config/riscv/t-riscv
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@ riscv-vsetvl.o: $(srcdir)/config/riscv/riscv-vsetvl.cc \
$(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) $(RTL_H) $(REGS_H) \
$(TARGET_H) tree-pass.h df.h rtl-ssa.h cfgcleanup.h insn-config.h \
insn-attr.h insn-opinit.h tm-constrs.h cfgrtl.h cfganal.h lcm.h \
predict.h profile-count.h $(srcdir)/config/riscv/riscv-vsetvl.h
predict.h profile-count.h $(srcdir)/config/riscv/riscv-vsetvl.h \
$(srcdir)/config/riscv/riscv-vsetvl.def
$(COMPILER) -c $(ALL_COMPILERFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) \
$(srcdir)/config/riscv/riscv-vsetvl.cc

Expand Down

0 comments on commit b817bfa

Please sign in to comment.