zig/src/codegen
Jacob Young a9b37ac637 cbe: fix crash on error
This hashmap value used to be assigned much later during `flushModule`,
which never happens if an error is returned by the backend, and
attempting to the undefined values would cause a crash.
2023-10-08 00:06:17 -04:00
..
2023-10-08 00:06:17 -04:00
2023-10-04 11:21:56 -07:00