llvm-6502/lib/AsmParser
Rafael Espindola b12ab608fe Split parseAssembly into parseAssembly and parseAssemblyInto.
This should restore the functionality of parsing new code into an existing
module without the confusing interface.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@216031 91177308-0d34-0410-b5e6-96231b3b80d8
2014-08-19 22:05:47 +00:00
..
CMakeLists.txt
LLLexer.cpp IR: Implement uselistorder assembly directives 2014-08-19 21:30:15 +00:00
LLLexer.h These classes only need a StringRef, not a MemoryBuffer. 2014-08-18 22:28:28 +00:00
LLParser.cpp IR: Implement uselistorder assembly directives 2014-08-19 21:30:15 +00:00
LLParser.h IR: Implement uselistorder assembly directives 2014-08-19 21:30:15 +00:00
LLToken.h IR: Implement uselistorder assembly directives 2014-08-19 21:30:15 +00:00
LLVMBuild.txt
Makefile
module.modulemap
Parser.cpp Split parseAssembly into parseAssembly and parseAssemblyInto. 2014-08-19 22:05:47 +00:00