[clang] [CIR] Upstream support for function/call calling conventions (PR #181170)
Sirui Mu via cfe-commits
cfe-commits at lists.llvm.org
Thu Feb 12 08:42:35 PST 2026
================
@@ -71,7 +71,7 @@ struct MissingFeatures {
static bool opFuncArmNewAttr() { return false; }
static bool opFuncArmStreamingAttr() { return false; }
static bool opFuncAstDeclAttr() { return false; }
- static bool opFuncCallingConv() { return false; }
+ static bool opFuncCallingConv() { return true; }
----------------
Lancern wrote:
You could directly remove these missing functions.
https://github.com/llvm/llvm-project/pull/181170
More information about the cfe-commits
mailing list