[ms] [llvm-ml] Handle OPTION PROLOGUE/EPILOGUE:NONE
authorEric Astor <epastor@google.com>
Wed, 10 Aug 2022 17:51:51 +0000 (17:51 +0000)
committerEric Astor <epastor@google.com>
Wed, 10 Aug 2022 17:52:15 +0000 (17:52 +0000)
commitbc9617899c6eb57f7c505bf0271ae6c8d4081aec
tree2923f2ab79dace73be7dfc71bc54b23192dccc38
parentec0811413375bfe75a9361264f98ad9b5dab85b6
[ms] [llvm-ml] Handle OPTION PROLOGUE/EPILOGUE:NONE

Since we don't yet implement PROC's PROLOGUE and EPILOGUE support, we can safely ignore the option that disables them.

Reviewed By: thakis

Differential Revision: https://reviews.llvm.org/D131524
llvm/lib/MC/MCParser/COFFMasmParser.cpp
llvm/test/tools/llvm-ml/option_prologue_epilogue_none.asm [new file with mode: 0644]