mirror of
https://github.com/ziglang/zig.git
synced 2024-12-14 07:10:16 +00:00
link: add clarifying comment
This commit is contained in:
parent
6657982e56
commit
a2c519ba67
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user