[ms] [llvm-ml] Add basic support for SEH, including PROC FRAME
authorEric Astor <epastor@google.com>
Mon, 14 Sep 2020 18:32:33 +0000 (14:32 -0400)
committerEric Astor <epastor@google.com>
Mon, 14 Sep 2020 18:32:55 +0000 (14:32 -0400)
commit23a2b03221c5664fefc658c3eb26e7b6ecd1a1e8
treee6d54a44d340ebb556b56e1d2bd5d792c148e8da
parent20201dc76aaf68eb940eb14bfc6dd4983292fb79
[ms] [llvm-ml] Add basic support for SEH, including PROC FRAME

Add basic support for SEH, including PROC FRAME

Reviewed By: thakis

Differential Revision: https://reviews.llvm.org/D86948
llvm/lib/MC/MCParser/COFFMasmParser.cpp
llvm/lib/MC/MCParser/MasmParser.cpp
llvm/lib/Target/X86/AsmParser/X86AsmParser.cpp
llvm/test/tools/llvm-ml/proc.test [new file with mode: 0644]
llvm/test/tools/llvm-ml/proc_frame.test [new file with mode: 0644]