add llvm-mc support for parsing the .subsections_via_symbols directive.
authorKevin Enderby <enderby@apple.com>
Mon, 13 Jul 2009 21:03:15 +0000 (21:03 +0000)
committerKevin Enderby <enderby@apple.com>
Mon, 13 Jul 2009 21:03:15 +0000 (21:03 +0000)
commita5c783280f83df5c60a8ed9e32c61b05a11048e3
tree4bde7c9a4caa986196c8130d8dbfe422e605adc9
parenteb7f7a86651140fe8c2e00765bcb1cebe675eb33
add llvm-mc support for parsing the .subsections_via_symbols directive.

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