move some files out of the llvm-mc tool into the MCParser library so
authorChris Lattner <sabre@nondot.org>
Fri, 22 Jan 2010 01:58:08 +0000 (01:58 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 22 Jan 2010 01:58:08 +0000 (01:58 +0000)
commitbe343b3ca3f53d5d5e29f3591af8b9bb831daa98
tree5c25f3cd40c5b15a8a780c089990692bd7c7741f
parent0d6eee44d02cbf12955f598abf0f1d9b5554067b
move some files out of the llvm-mc tool into the MCParser library so
other tools can link it.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@94131 91177308-0d34-0410-b5e6-96231b3b80d8
12 files changed:
include/llvm/MC/MCParser/AsmCond.h [new file with mode: 0644]
include/llvm/MC/MCParser/AsmLexer.h [new file with mode: 0644]
include/llvm/MC/MCParser/AsmParser.h [new file with mode: 0644]
lib/MC/MCParser/AsmLexer.cpp [new file with mode: 0644]
lib/MC/MCParser/AsmParser.cpp [new file with mode: 0644]
tools/llvm-mc/AsmCond.h [deleted file]
tools/llvm-mc/AsmLexer.cpp [deleted file]
tools/llvm-mc/AsmLexer.h [deleted file]
tools/llvm-mc/AsmParser.cpp [deleted file]
tools/llvm-mc/AsmParser.h [deleted file]
tools/llvm-mc/CMakeLists.txt
tools/llvm-mc/llvm-mc.cpp