llvm-6502/lib/AsmParser
Saleem Abdulrasool 48ee81c679 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.

Reported on IRC by ki9a!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@205675 91177308-0d34-0410-b5e6-96231b3b80d8
2014-04-05 20:51:58 +00:00
..
CMakeLists.txt build/CMake: Finish removal of add_llvm_library_dependencies. 2011-11-29 19:25:30 +00:00
LLLexer.cpp AsmParser: restore LLVM IR compatibility for linker_private{,_weak} 2014-04-05 20:51:58 +00:00
LLLexer.h Revert "Give internal classes hidden visibility." 2013-09-11 18:05:11 +00:00
LLParser.cpp AsmParser: restore LLVM IR compatibility for linker_private{,_weak} 2014-04-05 20:51:58 +00:00
LLParser.h IR: add a second ordering operand to cmpxhg for failure 2014-03-11 10:48:52 +00:00
LLToken.h AsmParser: restore LLVM IR compatibility for linker_private{,_weak} 2014-04-05 20:51:58 +00:00
LLVMBuild.txt LLVMBuild: Remove trailing newline, which irked me. 2011-12-12 19:48:00 +00:00
Makefile
Parser.cpp Replace OwningPtr<T> with std::unique_ptr<T>. 2014-03-06 05:51:42 +00:00