[llvm] [ms] [llvm-ml] Implement support for PROC NEAR/FAR (PR #131707)
Fangrui Song via llvm-commits
llvm-commits at lists.llvm.org
Fri May 2 21:24:37 PDT 2025
================
@@ -97,9 +97,13 @@ class MCContext {
IsDXContainer
};
+ enum DefaultRetType { IsNear, IsFar };
----------------
MaskRay wrote:
(I have limited internet access between April 20th and May 4th, and my response time may be delayed..)
https://github.com/llvm/llvm-project/pull/131707
More information about the llvm-commits
mailing list