[llvm] [ms] [llvm-ml] Implement support for PROC NEAR/FAR (PR #131707)

Eric Astor via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 24 07:17:18 PDT 2025


================
@@ -97,9 +97,13 @@ class MCContext {
     IsDXContainer
   };
 
+  enum DefaultRetType { IsNear, IsFar };
----------------
ericastor wrote:

Switched to keeping this state in MasmParser. WDYT?

https://github.com/llvm/llvm-project/pull/131707


More information about the llvm-commits mailing list