Skip to content

Commit b817bfa

Browse files
zhongjuzheIncarnation-p-lee
authored andcommitted
RISC-V: Add riscv-vsetvl.def to t-riscv
This patch will be backport to GCC 13 and commit to trunk. gcc/ChangeLog: * config/riscv/t-riscv: Add riscv-vsetvl.def
1 parent 0ccfbe6 commit b817bfa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

gcc/config/riscv/t-riscv

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,8 @@ riscv-vsetvl.o: $(srcdir)/config/riscv/riscv-vsetvl.cc \
6262
$(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) $(RTL_H) $(REGS_H) \
6363
$(TARGET_H) tree-pass.h df.h rtl-ssa.h cfgcleanup.h insn-config.h \
6464
insn-attr.h insn-opinit.h tm-constrs.h cfgrtl.h cfganal.h lcm.h \
65-
predict.h profile-count.h $(srcdir)/config/riscv/riscv-vsetvl.h
65+
predict.h profile-count.h $(srcdir)/config/riscv/riscv-vsetvl.h \
66+
$(srcdir)/config/riscv/riscv-vsetvl.def
6667
$(COMPILER) -c $(ALL_COMPILERFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) \
6768
$(srcdir)/config/riscv/riscv-vsetvl.cc
6869

0 commit comments

Comments
 (0)