Displaying 2 results from an estimated 2 matches for "pr31128".
Did you mean:
pr31109
2017 Jan 20
2
Linking Linux kernel with LLD
On Fri, Jan 20, 2017 at 12:44 PM, Sean Silva <chisophugis at gmail.com> wrote:
>
>
> On Fri, Jan 20, 2017 at 8:35 AM, George Rimar via llvm-dev <
> llvm-dev at lists.llvm.org> wrote:
>
>> Hi Dmitry,
>>
>> thanls for sharing. Few comments/questions below:
>>
>> >Here is the list of modifications I had to do in order to link the
>>
2017 Jan 23
2
Linking Linux kernel with LLD
...that is the source of the
> >problems with `*(.apicdrivers);` as well. This is not the first bug
> related to lexing that we have run into (e.g. lexing `.=` as a single
> >token is the cause of https://llvm.org/bugs/show_bug.cgi?id=31128 ).
> >
> >-- Sean Silva
>
> PR31128 seems to be not an issue. Both gold and bfd do not accept '.='.
> So it seems the only known issue we have is about math expressions like "x
> = 5*4",
> I am going to look again how to fix that.
>
> George.
>
>
> __________________________________________...