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

Chris Lattner clattner at apple.com
Sat Apr 5 15:16:47 PDT 2014


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?

-Chris



More information about the llvm-commits mailing list