[llvm] r205675 - AsmParser: restore LLVM IR compatibility for linker_private{, _weak}
Chris Lattner
clattner at apple.com
Sun Apr 6 11:37:42 PDT 2014
On Apr 5, 2014, at 3:49 PM, Saleem Abdulrasool <compnerd at compnerd.org> wrote:
> 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.
>
Thanks!
-Chris
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140406/2bb8555e/attachment.html>
More information about the llvm-commits
mailing list