Commit a2c519ba67

mlugg <mlugg@mlugg.co.uk>
2024-10-15 03:29:52
link: add clarifying comment
1 parent 6657982
Changed files (1)
src
src/link/Dwarf.zig
@@ -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,