[PATCH] Change .thumb_set to have the same error checks as .set
Pete Cooper
peter_cooper at apple.com
Fri Jun 19 16:50:31 PDT 2015
Hi all
This is a patch to change .thumb_set to match the same error behavior as .set.
I’ve factored out the body of AsmParser::parseAssignment to try share the code with the ARMAsmParser. This required a new header as I couldn’t see a header which made sense.
Comments welcome.
Cheers,
Pete
-------------- next part --------------
A non-text attachment was scrubbed...
Name: thumb_set.patch
Type: application/octet-stream
Size: 12031 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150619/cdcb6938/attachment.obj>
More information about the llvm-commits
mailing list