| author | |
| committer | |
| log | a2c519ba67c6cf094719b4c58c1e1fb76229b8a9 |
| tree | 095107fa06c38a08615413c1f38ca1cee97c3e07 |
| parent | 6657982e5603220669b469e244f5cece91d65727 |
| signature |
1 files changed, 1 insertions(+), 0 deletions(-)
src/link/Dwarf.zig+1| ... | @@ -3404,6 +3404,7 @@ fn updateType( | ... | @@ -3404,6 +3404,7 @@ fn updateType( |
| 3404 | break :cc .normal; | 3404 | break :cc .normal; |
| 3405 | } | 3405 | } |
| 3406 | } | 3406 | } |
| 3407 | // For better or worse, we try to match what Clang emits. | ||
| 3407 | break :cc switch (func_type.cc) { | 3408 | break :cc switch (func_type.cc) { |
| 3408 | .@"inline" => unreachable, | 3409 | .@"inline" => unreachable, |
| 3409 | .@"async", .auto, .naked => .normal, | 3410 | .@"async", .auto, .naked => .normal, |