[PATCH] D145883: [Flang][RISCV] Emit target features for RISC-V

Slava Zakharin via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Mar 13 09:19:20 PDT 2023


vzakhari added inline comments.


================
Comment at: flang/test/Driver/target-cpu-features.f90:1
-! REQUIRES: aarch64-registered-target, x86-registered-target
+! REQUIRES: aarch64-registered-target, x86-registered-target, riscv-registered-target
 
----------------
Can we split this test so that people who do not build riscv target still have aarch64/x86 targets tested in their workspaces?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D145883/new/

https://reviews.llvm.org/D145883



More information about the cfe-commits mailing list