MC: Simple example parser for MC assembly markup.
authorJim Grosbach <grosbach@apple.com>
Wed, 31 Oct 2012 23:24:13 +0000 (23:24 +0000)
committerJim Grosbach <grosbach@apple.com>
Wed, 31 Oct 2012 23:24:13 +0000 (23:24 +0000)
commitacd8801e25efcb42a03918a11971911db8b2c36e
tree418222218ac515b2153f20e291cb3b30751674ff
parent01efdd6c283aebeb911bebf83429ac6f4e141b94
MC: Simple example parser for MC assembly markup.

Nothing fancy, just a simple demonstration parser.

llvm-svn: 167181
llvm/test/MC/Markup/basic-markup.mc [new file with mode: 0644]
llvm/test/MC/Markup/lit.local.cfg [new file with mode: 0644]
llvm/tools/CMakeLists.txt
llvm/tools/LLVMBuild.txt
llvm/tools/Makefile
llvm/tools/llvm-mcmarkup/CMakeLists.txt [new file with mode: 0644]
llvm/tools/llvm-mcmarkup/LLVMBuild.txt [new file with mode: 0644]
llvm/tools/llvm-mcmarkup/Makefile [new file with mode: 0644]
llvm/tools/llvm-mcmarkup/llvm-mcmarkup.cpp [new file with mode: 0644]