summaryrefslogtreecommitdiffstats
path: root/llvm/test/Bitcode/deprecated-linker_private-linker_private_weak.ll
Commit message (Collapse)AuthorAgeFilesLines
* AsmParser: remove deprecated LLIR supportSaleem Abdulrasool2014-07-231-17/+0
| | | | | | | linker_private and linker_private_weak were deprecated in 3.5. Remove support for them now that the 3.5 branch has been created. llvm-svn: 213777
* AsmParser: add a warning for compatibility parsingSaleem Abdulrasool2014-04-051-0/+9
| | | | | | | | | This adds a warning when linker_private or linker_private_weak is provided and we handle it in a compatible manner. Suggested by Chris Lattner! llvm-svn: 205681
* AsmParser: restore LLVM IR compatibility for linker_private{,_weak}Saleem Abdulrasool2014-04-051-0/+8
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. Reported on IRC by ki9a! llvm-svn: 205675
OpenPOWER on IntegriCloud