[all-commits] [llvm/llvm-project] 8971fe: [RISCV] Remove Group<m_riscv_Features_Group> from ...

Craig Topper via All-commits all-commits at lists.llvm.org
Wed Dec 14 16:00:56 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 8971fe2b89793ea2c1c969882a539a04485c780c
      https://github.com/llvm/llvm-project/commit/8971fe2b89793ea2c1c969882a539a04485c780c
  Author: Craig Topper <craig.topper at sifive.com>
  Date:   2022-12-14 (Wed, 14 Dec 2022)

  Changed paths:
    M clang/include/clang/Driver/Options.td

  Log Message:
  -----------
  [RISCV] Remove Group<m_riscv_Features_Group> from mcmodel_EQ_medlow/mcmodel_EQ_medany. NFCI

As far as I can tell m_riscv_Features_Group is for options that
can be passed to cc1's -target-feature. These mcmodel aliases aren't
that.

I think they get treated as aliases and disappear before we get
to processing m_riscv_Features_Group so it didn't cause any problems.

I've left them in m_Group to match mcmodel_EQ.




More information about the All-commits mailing list