kito-cheng added a comment.

Hi @aaron.ballman:

> Why shouldn't this live in clang/utils/TableGen along with the others?

We plan to use those stuffs on clang side in https://reviews.llvm.org/D111617, 
my original change was put those stuffs on `llvm/Support`, but actually those 
stuffs are only used for clang and clang-tblgen, so that's why we try to create 
`clang/Support`.

It's target specific but need to used in `clang` and `clang-tblgen` so target 
specific stuffs should putting that in `llvm/lib/Target/RISCV` in theory, but 
that made clang dependent on that.

Thanks :)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D121984

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to