[PATCH] D105168: [RISCV] Unify the arch string parsing logic to RISCVISAInfo.
Zakk Chen via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jul 12 21:59:15 PDT 2021
khchen added inline comments.
================
Comment at: clang/test/Driver/riscv-abi.c:68
-// RUN: %clang -target riscv64-unknown-elf %s -### -o %t.o -march=rv64d -mabi=lp64d 2>&1 \
+// RUN: %clang -target riscv64-unknown-elf %s -### -o %t.o -march=rv64ifd -mabi=lp64d 2>&1 \
// RUN: | FileCheck -check-prefix=CHECK-LP64D %s
----------------
Why do we need to modify here?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D105168/new/
https://reviews.llvm.org/D105168
More information about the cfe-commits
mailing list