[llvm] r205675 - AsmParser: restore LLVM IR compatibility for linker_private{, _weak}

Saleem Abdulrasool compnerd at compnerd.org
Sat Apr 5 15:49:54 PDT 2014


On Sat, Apr 5, 2014 at 3:16 PM, Chris Lattner <clattner at apple.com> wrote:

>
> On Apr 5, 2014, at 1:51 PM, Saleem Abdulrasool <compnerd at compnerd.org>
> wrote:
>
> > Author: compnerd
> > Date: Sat Apr  5 15:51:58 2014
> > New Revision: 205675
> >
> > URL: http://llvm.org/viewvc/llvm-project?rev=205675&view=rev
> > Log:
> > AsmParser: restore LLVM IR compatibility for linker_private{,_weak}
> >
> > This restores the linker_private and linker_private_weak lexemes to
> permit
> > translation of the deprecated lexmes.  The behaviour is identical to the
> bitcode
> > handling: linker_private and linker_private_weak are handled as if
> private had
> > been specified.  This enables compatibility with IR generated by LLVM
> 3.4.
>
> Ok, but how about producing a deprecated warning?


I like the idea; committed as SVN r205681.


>
> -Chris
>

-- 
Saleem Abdulrasool
compnerd (at) compnerd (dot) org
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140405/17e0779a/attachment.html>


More information about the llvm-commits mailing list