Added llvm-mc support for parsing the .abort directive.
authorKevin Enderby <enderby@apple.com>
Mon, 13 Jul 2009 23:15:14 +0000 (23:15 +0000)
committerKevin Enderby <enderby@apple.com>
Mon, 13 Jul 2009 23:15:14 +0000 (23:15 +0000)
commit5f1f0b8f7e7087d456ddc3efdb4bed21a4ae359c
treedc9d7b87dc1fcbc62ab9711514782ee4ff11be0f
parent45f91b70c4caedc05427d48963f2664aacf45d9e
Added llvm-mc support for parsing the .abort directive.

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