1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00
llvm-mirror/lib/AsmParser
Saleem Abdulrasool de87d59b71 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!

llvm-svn: 205681
2014-04-05 22:42:53 +00:00
..
CMakeLists.txt build/CMake: Finish removal of add_llvm_library_dependencies. 2011-11-29 19:25:30 +00:00
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 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