[llvm] r199339 - Fix parsing of .symver directive on ARM

David Peixotto dpeixott at codeaurora.org
Wed Jan 15 18:01:23 PST 2014


On 1/15/2014 3:33 PM, Joerg Sonnenberger wrote:
> On Wed, Jan 15, 2014 at 10:40:02PM -0000, David Peixotto wrote:
>> Author: dpeixott
>> Date: Wed Jan 15 16:40:02 2014
>> New Revision: 199339
>>
>> URL: http://llvm.org/viewvc/llvm-project?rev=199339&view=rev
>> Log:
>> Fix parsing of .symver directive on ARM
>
> Looking a bit more, there is at least one more case. .type normally
> takes e.g. @function as second argument.
>

I think the .type directive uses % on arm (e.g. %function). I see you 
had a later patch to make that change in a source file in compiler-rt. 
Does it look OK to you now?



More information about the llvm-commits mailing list