[all-commits] [llvm/llvm-project] d70267: [RISCV] Teach .option arch to support experimental...

Yeting Kuo via All-commits all-commits at lists.llvm.org
Sun May 5 22:55:59 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d70267fbae228990c47b5bdbce7aa659e8b5146e
      https://github.com/llvm/llvm-project/commit/d70267fbae228990c47b5bdbce7aa659e8b5146e
  Author: Yeting Kuo <46629943+yetingk at users.noreply.github.com>
  Date:   2024-05-06 (Mon, 06 May 2024)

  Changed paths:
    A clang/test/Driver/riscv-option-arch.c
    A clang/test/Driver/riscv-option-arch.s
    M llvm/lib/Target/RISCV/AsmParser/RISCVAsmParser.cpp
    M llvm/test/MC/RISCV/option-arch.s

  Log Message:
  -----------
  [RISCV] Teach .option arch to support experimental extensions. (#89727)

Previously `.option arch` denied extenions are not belongs to RISC-V
features. But experimental features have experimental- prefix, so
`.option arch` can not serve for experimental extension.
This patch uses the features of extensions to identify extension
existance.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list