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

Saleem Abdulrasool compnerd at compnerd.org
Sat May 17 20:58:40 PDT 2014


On Sat, May 17, 2014 at 8:12 PM, Rafael EspĂ­ndola <
rafael.espindola at gmail.com> wrote:

> On 11 April 2014 12:01, Rafael EspĂ­ndola <rafael.espindola at gmail.com>
> wrote:
> >> 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.
> >
> > Do we support this in general? I was under the impression that the
> > only supported upgrade path was the bitcode.
>
> ping.
>

Sorry, this got buried in my mailbox.

Im not certain if we do this in general (I dont think that we usually do).
 However, this was helpful for me in the short term (and it seemed like it
would help someone else as well).  Since the latter didnt happen to be the
case, Im fine with removing this if you are opposed to it.


> Cheers,
> Rafael


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


More information about the llvm-commits mailing list