Andrew Kelley
edab03bc22
link/MachO: fixes to debug symbols
...
commitDeclDebugInfo: stop trying to write length 0 debug info - avoids
hitting an error where zig tries to move the debug info section
unnecessarily, gets confused, and reports `error.InputOutput`.
The 2 pieces of code that looked at the source and tried to compute
source line offsets is now improved to match link/Elf - use the
line/column data stored in the Decl object to skip the costly scanning
of source bytes. No need to load Zig source code, AST, or tokens, when
we have the ZIR!
2021-05-13 20:05:41 -07:00
..
2021-05-13 17:56:01 -07:00
2021-05-13 20:05:41 -07:00
2021-05-12 16:41:20 -07:00
2021-04-25 16:50:41 +02:00
2021-05-13 17:56:01 -07:00
2021-04-24 17:44:07 -07:00
2021-05-12 18:17:45 -04:00
2021-03-28 21:42:56 -07:00
2020-09-21 18:38:55 -07:00
2021-04-24 18:42:23 +02:00
2021-05-12 16:41:20 -07:00
2021-05-12 22:25:20 -07:00
2021-03-21 18:03:55 -07:00
2021-05-08 15:15:30 +03:00
2020-12-07 17:27:09 -07:00
2021-05-11 21:30:13 +02:00
2021-03-25 22:05:21 -04:00
2021-05-07 14:18:14 -07:00
2021-04-23 23:37:35 -05:00
2021-03-01 11:02:20 -08:00
2020-12-24 14:11:58 -07:00
2021-01-11 22:07:21 -07:00
2021-04-28 16:57:01 -07:00
2021-02-27 13:11:47 +02:00
2021-05-12 16:41:20 -07:00
2021-01-22 23:35:13 -07:00
2021-05-12 22:50:47 -07:00
2021-02-10 11:50:55 -08:00
2021-04-08 19:05:05 -07:00
2021-01-07 23:48:58 -08:00
2021-01-07 23:48:58 -08:00
2021-05-02 17:08:19 -07:00
2021-05-09 08:48:58 +02:00
2021-05-13 16:50:27 -07:00
2021-02-21 12:12:17 +02:00
2021-05-11 12:27:24 +02:00
2021-05-08 16:11:07 -07:00
2021-02-28 14:03:19 +01:00
2021-02-10 20:06:12 -07:00
2021-05-10 21:59:42 +03:00
2021-05-08 10:54:40 -07:00
2020-09-21 18:38:55 -07:00
2021-05-08 14:45:21 -07:00
2021-01-14 20:41:37 -07:00
2018-10-27 11:35:01 -04:00
2020-09-21 21:14:01 -07:00
2020-09-21 18:38:55 -07:00
2021-02-25 19:41:30 -08:00
2020-12-16 12:18:14 +01:00
2020-12-16 12:18:14 +01:00
2021-04-24 18:42:23 +02:00
2021-04-24 18:42:23 +02:00
2021-04-09 16:51:35 -07:00
2021-02-28 22:01:13 -07:00
2021-05-13 16:50:27 -07:00