Details
Diff Detail
- Repository
- rG LLVM Github Monorepo
Unit Tests
Event Timeline
Can you also fix ARC/AVR/M68k/LoongArch in this patch? -DLLVM_ERIMENTAL_TARGETS_TO_BUILD='ARC;AVR;LoongArch;M68k'
llvm/lib/Target/X86/AsmParser/X86AsmParser.cpp | ||
---|---|---|
4941 | Update the RegNo parameter of parseSEHRegisterNumber |
@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
lib/Target/*/AsmParser and tablegen generated files still have many unsigned RegNo or unsigned RegNum, but this is a step forward...
Fine by me.
I hoped no one would remember it. Those are less annoying though, so maybe next time.
Can I ask you to merge this patch? I still don't have permission.
"Sergei Barannikov <barannikov88@gmail.com>".
llvm/lib/Target/X86/AsmParser/X86AsmParser.cpp | ||
---|---|---|
4941 | The parameter has MCRegister type. Did you mean something else? |
OK, I fixed it in 68c73bf7b236d4e6b9ac549c39a5fe3d701dfeee. Thanks for reporting the issue.
I hoped no one would remember it. Those are less annoying though, so maybe next time.
Can I ask you to merge this patch? I still don't have permission."Sergei Barannikov <barannikov88@gmail.com>".
ninja -C /tmp/Rel check-llvm && llvm-push in one minute...
Update the RegNo parameter of parseSEHRegisterNumber