llvm-6502/lib/AsmParser
Saleem Abdulrasool fa254cb46c AsmParser: add a warning for compatibility parsing
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!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@205681 91177308-0d34-0410-b5e6-96231b3b80d8
2014-04-05 22:42:53 +00:00
..
CMakeLists.txt
LLLexer.cpp AsmParser: add a warning for compatibility parsing 2014-04-05 22:42:53 +00:00
LLLexer.h AsmParser: add a warning for compatibility parsing 2014-04-05 22:42:53 +00:00
LLParser.cpp AsmParser: add a warning for compatibility parsing 2014-04-05 22:42:53 +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
Makefile
Parser.cpp Replace OwningPtr<T> with std::unique_ptr<T>. 2014-03-06 05:51:42 +00:00