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

Sergei Barannikov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Dec 18 11:37:11 PST 2022


barannikov88 added a comment.

@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


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