zig/test/behavior
Andrew Kelley 4bc88dd116 link: support exporting constant values without a Decl
The main motivating change here is to prevent the creation of a fake
Decl object by the frontend in order to `@export()` a value.

Instead, `link.updateDeclExports` is renamed to `link.updateExports` and
accepts a tagged union which can be either a Decl.Index or a
InternPool.Index.
2023-10-26 20:32:16 -07:00
..
2023-10-15 20:08:18 +02:00
2023-09-23 12:36:56 -07:00
2023-09-23 12:36:56 -07:00
2023-09-23 12:36:44 -07:00
2023-10-15 20:08:18 +02:00
2023-05-20 17:30:22 +02:00
2023-10-15 20:08:18 +02:00
2023-10-16 20:27:28 -04:00
2023-05-20 17:30:22 +02:00
2023-10-15 20:08:18 +02:00
2023-10-15 20:08:18 +02:00
2023-10-18 02:31:16 +03:30
2023-10-25 04:28:30 -04:00
2023-10-17 13:02:30 +03:30
2023-05-20 18:43:26 +03:30
2023-05-20 17:30:22 +02:00
2023-10-15 20:08:18 +02:00
2023-10-18 02:31:16 +03:30
2023-09-23 12:36:56 -07:00
2023-10-15 20:08:18 +02:00
2023-10-15 20:08:18 +02:00
2023-09-23 12:36:56 -07:00
2023-09-23 12:36:56 -07:00
2023-10-15 20:08:18 +02:00