Added llvm-mc support for parsing the .lsym directive.
authorKevin Enderby <enderby@apple.com>
Tue, 14 Jul 2009 21:35:03 +0000 (21:35 +0000)
committerKevin Enderby <enderby@apple.com>
Tue, 14 Jul 2009 21:35:03 +0000 (21:35 +0000)
commit711482476c55f99c34c516f9e035b7c59b00ef42
treedde0a4d27bc9fbd9f5c3b641b02e1939de61d024
parent4cb73525a943d69da0f2b0c31c1a1d7f3cdd879d
Added llvm-mc support for parsing the .lsym directive.

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