[PATCH] D98519: [M68k] Add support for Motorola literal syntax to AsmParser
Ricky Taylor via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 2 17:15:24 PDT 2021
ricky26 updated this revision to Diff 335049.
ricky26 added a comment.
Pulled the use of UseMotorolaIntegers back into this patch.
It ocurred to me that it can't actually have any negative effects since there's
no means in tree to instantiate an AsmParser for the M68k yet.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D98519/new/
https://reviews.llvm.org/D98519
Files:
llvm/include/llvm/MC/MCAsmInfo.h
llvm/include/llvm/MC/MCParser/MCAsmLexer.h
llvm/lib/MC/MCParser/AsmLexer.cpp
llvm/lib/Target/M68k/MCTargetDesc/M68kMCAsmInfo.cpp
llvm/test/MC/AsmParser/motorola_integers.s
llvm/tools/llvm-mc/llvm-mc.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D98519.335049.patch
Type: text/x-patch
Size: 5857 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210403/9b62857e/attachment.bin>
More information about the llvm-commits
mailing list