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)
commit7dd4dc88921421cd2a1e6c1711689d5993106767
tree0e52ec02d0fb18ca328f4b28ff7e8bd832865dc6
parenta5526a9bffbd62a14d576f583c206a8a781cc2f1
MC: Simple example parser for MC assembly markup.

Nothing fancy, just a simple demonstration parser.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@167181 91177308-0d34-0410-b5e6-96231b3b80d8
test/MC/Markup/basic-markup.mc [new file with mode: 0644]
test/MC/Markup/lit.local.cfg [new file with mode: 0644]
tools/CMakeLists.txt
tools/LLVMBuild.txt
tools/Makefile
tools/llvm-mcmarkup/CMakeLists.txt [new file with mode: 0644]
tools/llvm-mcmarkup/LLVMBuild.txt [new file with mode: 0644]
tools/llvm-mcmarkup/Makefile [new file with mode: 0644]
tools/llvm-mcmarkup/llvm-mcmarkup.cpp [new file with mode: 0644]