[PATCH] D131522: [ms] [llvm-ml] Add support for nested PROC/ENDP pairs

Nico Weber via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 10 12:55:19 PDT 2022


thakis accepted this revision.
thakis added a comment.
This revision is now accepted and ready to land.

Thanks!

I wonder if ml allows nested procs to refer to the parameters of the outer proc – then we'd have to handle activation records like gcc creates them for its nested functions.

But we don't even implement parameters for proc at all, so that's moot for now :)


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D131522/new/

https://reviews.llvm.org/D131522



More information about the llvm-commits mailing list