authorgravatar for mlugg@mlugg.co.ukMatthew Lugg <mlugg@mlugg.co.uk> 2024-10-15 02:29:52+01:00
committergravatar for mlugg@mlugg.co.ukMatthew Lugg <mlugg@mlugg.co.uk> 2024-10-19 19:15:24+01:00
loga2c519ba67c6cf094719b4c58c1e1fb76229b8a9
tree095107fa06c38a08615413c1f38ca1cee97c3e07
parent6657982e5603220669b469e244f5cece91d65727
signaturelock-open Commit is signed but in an unrecognized format.

link: add clarifying comment


1 files changed, 1 insertions(+), 0 deletions(-)

src/link/Dwarf.zig+1
......@@ -3404,6 +3404,7 @@ fn updateType(
34043404 break :cc .normal;
34053405 }
34063406 }
3407 // For better or worse, we try to match what Clang emits.
34073408 break :cc switch (func_type.cc) {
34083409 .@"inline" => unreachable,
34093410 .@"async", .auto, .naked => .normal,