[PATCH] D145883: [Flang][RISCV] Emit target features for RISC-V
Shao-Ce SUN via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Mar 13 09:53:49 PDT 2023
sunshaoce marked 5 inline comments as done.
sunshaoce added inline comments.
================
Comment at: flang/test/Driver/target-cpu-features.f90:33
! RUN: -o /dev/null -S %s 2>&1 | FileCheck %s -check-prefix=CHECK-INVALID-CPU
! RUN: %flang_fc1 -triple aarch64-linux-gnu -target-feature +superspeed \
----------------
Without `REQUIRES` line, test will be failed here.
Due to this patch has little to do with CPU-feature, I think we can only add `code-gen-rv64.f90`. How about that?
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