[PATCH] D121984: [RISCV] Moving RVV intrinsic type related util to clang/Support

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 8 16:29:34 PDT 2022


MaskRay accepted this revision.
MaskRay added a subscriber: aaron.ballman.
MaskRay added a comment.

llvm-tblgen only depends on LLVMSupport. As analogy, clang-tblgen depending on the new clangSupport makes sense to me.
Target-specific files in a `*Support` library is still a bit weird, but I cannot think of a better solution.

Hope other clang folks (e.g. @aaron.ballman) can confirm this is fine.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D121984/new/

https://reviews.llvm.org/D121984



More information about the llvm-commits mailing list