[PATCH] D125204: [RISCV] Use RISCVISAInfo to parse arch string from ELF build attribute.

Alexander Richardson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 9 00:25:30 PDT 2022


arichardson added inline comments.


================
Comment at: llvm/include/llvm/Support/RISCVISAInfo.h:49
+                  bool ExperimentalExtensionVersionCheck = true,
+                  bool IgnoreUnknownOrError = false);
 
----------------
This name is quite confusing, maybe just `IgnoreUnknown`?


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