link: add clarifying comment

This commit is contained in:
mlugg 2024-10-15 02:29:52 +01:00
parent 6657982e56
commit a2c519ba67
No known key found for this signature in database
GPG Key ID: 3F5B7DCCBF4AF02E

View File

@ -3404,6 +3404,7 @@ fn updateType(
break :cc .normal;
}
}
// For better or worse, we try to match what Clang emits.
break :cc switch (func_type.cc) {
.@"inline" => unreachable,
.@"async", .auto, .naked => .normal,