Added llvm-mc support for parsing the .desc directive.
authorKevin Enderby <enderby@apple.com>
Tue, 14 Jul 2009 18:17:10 +0000 (18:17 +0000)
committerKevin Enderby <enderby@apple.com>
Tue, 14 Jul 2009 18:17:10 +0000 (18:17 +0000)
commit95cf30c444707634bbd950f13405b6c8bcfe496b
treef8b86c6506b9c2e4d8a70f01241070a5048560b0
parent533c67ba9802123f08946ac8002d1223067318ca
Added llvm-mc support for parsing the .desc directive.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75645 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/MC/MCStreamer.h
lib/MC/MCAsmStreamer.cpp
test/MC/AsmParser/directive_desc.s [new file with mode: 0644]
tools/llvm-mc/AsmParser.cpp
tools/llvm-mc/AsmParser.h