OSDN Git Service

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
include/llvm/MC/MCParser/AsmCond.h [moved from tools/llvm-mc/AsmCond.h with 100% similarity]
include/llvm/MC/MCParser/AsmLexer.h [moved from tools/llvm-mc/AsmLexer.h with 100% similarity]
include/llvm/MC/MCParser/AsmParser.h [moved from tools/llvm-mc/AsmParser.h with 98% similarity]
lib/MC/MCParser/AsmLexer.cpp [moved from tools/llvm-mc/AsmLexer.cpp with 99% similarity]
lib/MC/MCParser/AsmParser.cpp [moved from tools/llvm-mc/AsmParser.cpp with 99% similarity]
tools/llvm-mc/CMakeLists.txt
tools/llvm-mc/llvm-mc.cpp