[PATCH] D125204: [RISCV] Use RISCVISAInfo to parse arch string from ELF build attribute.
Kito Cheng via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon May 9 01:06:56 PDT 2022
kito-cheng marked an inline comment as done.
kito-cheng added inline comments.
================
Comment at: llvm/include/llvm/Support/RISCVISAInfo.h:49
+ bool ExperimentalExtensionVersionCheck = true,
+ bool IgnoreUnknownOrError = false);
----------------
arichardson wrote:
> This name is quite confusing, maybe just `IgnoreUnknown`?
Thanks!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D125204/new/
https://reviews.llvm.org/D125204
More information about the llvm-commits
mailing list