[PATCH] D105168: [RISCV] Unify the arch string parsing logic to RISCVISAInfo.

Adrian Kuegel via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Oct 18 01:04:21 PDT 2021


akuegel added inline comments.


================
Comment at: llvm/include/llvm/Support/RISCVISAInfo.h:15
+#include "llvm/ADT/StringRef.h"
+#include "llvm/Option/ArgList.h"
+#include "llvm/Support/Error.h"
----------------
Would it be possible to avoid the usage of ArgList in a target that belongs to Support?
This introduces a dependency cycle, since Option already depends on Support.


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