[PATCH] Change .thumb_set to have the same error checks as .set

Pete Cooper peter_cooper at apple.com
Mon Jun 22 09:32:24 PDT 2015


Here’s an updated patch.  Just deleted the isSymbolUsedInExpression from the header, and moved its comment to the (now static) version in AsmParser.cpp.

Cheers,
Pete

-------------- next part --------------
A non-text attachment was scrubbed...
Name: thumb_set.patch
Type: application/octet-stream
Size: 11962 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150622/bfe9cf28/attachment.obj>
-------------- next part --------------



> On Jun 21, 2015, at 8:47 PM, Rafael Espíndola <rafael.espindola at gmail.com> wrote:
> 
>> I like having it in the MCAsmParserUtils namespace, but can just make it a
>> local static as you said.
> 
> Yes, lets keep it a static for now.
> 
> Thanks,
> Rafael



More information about the llvm-commits mailing list