[all-commits] [llvm/llvm-project] 131823: [RISCV][NFC] Remove redundant test cases. (#91324)

Yeting Kuo via All-commits all-commits at lists.llvm.org
Tue May 7 09:40:39 PDT 2024


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

  Changed paths:
    R clang/test/Driver/riscv-option-arch.c
    R clang/test/Driver/riscv-option-arch.s

  Log Message:
  -----------
  [RISCV][NFC] Remove redundant test cases. (#91324)

PR #89727 added the two test cases to verify `.option arch` should only
work when having -menable-experimental-extensions. And the test idea
could be splitted to
1. When having menable-experimental-extensions, clang passes
+experimental.
2. `.option arch` only enabled when +experimental enabled. 

And we already had the two kind of tests.



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