[llvm] [llvm-ml] Add MASM unwind v3 support for x64 exception handling and improve MSVC compat (PR #202809)
Jaydeep Chauhan via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 11 01:16:32 PDT 2026
================
@@ -517,12 +533,58 @@ bool COFFMasmParser::parseDirectiveAlias(StringRef Directive, SMLoc Loc) {
return false;
}
+bool COFFMasmParser::ensureInsideFrame(SMLoc Loc, StringRef Directive) {
----------------
JaydeepChauhan14 wrote:
Here **Directive** is redundant?
https://github.com/llvm/llvm-project/pull/202809
More information about the llvm-commits
mailing list