Add methods to parse the SEH directives to the COFFAsmParser. Implement some
authorCharles Davis <cdavis@mines.edu>
Sun, 22 May 2011 21:12:15 +0000 (21:12 +0000)
committerCharles Davis <cdavis@mines.edu>
Sun, 22 May 2011 21:12:15 +0000 (21:12 +0000)
commitfbc539ff37ddd08c2480be9185e7a40919ce8940
tree3db166d9c6426a454eca4b90dab90b0e3dcaf4c3
parent87943e36989bd7ac03647004272fe054191e19e7
Add methods to parse the SEH directives to the COFFAsmParser. Implement some
of them, particularly the ones that don't take arguments. Also implement
.seh_proc and .seh_handler.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@131866 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/MC/MCStreamer.h
lib/MC/MCAsmStreamer.cpp
lib/MC/MCParser/COFFAsmParser.cpp
lib/MC/MCStreamer.cpp