[PATCH] D140273: [MC] Use `MCRegister` instead of `unsigned` in `MCTargetAsmParser`

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Dec 18 11:44:00 PST 2022


MaskRay added a comment.

In D140273#4003875 <https://reviews.llvm.org/D140273#4003875>, @barannikov88 wrote:

> @MaskRay 
> I've updated experimental targets.
> Apparently, LoongArch has unmet dependencies in unittests/Target/LoongArch, which causes shared library build to fail.
> Should I fix those in this PR? The fix is just to add three lines to CMakeLists.txt

Perhaps fix that in a separate commit?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D140273



More information about the llvm-commits mailing list