mirror of
https://github.com/ziglang/zig.git
synced 2024-11-26 15:12:31 +00:00
43f73af359
A compilation build step for which the binary is not required could not be compiled previously. There were 2 issues that caused this: - The compiler communicated only the results of the emitted binary and did not properly communicate the result if the binary was not emitted. This is fixed by communicating the final hash of the artifact path (the hash of the corresponding /o/<hash> directory) and communicating this instead of the entire path. This changes the zig build --listen protocol to communicate hashes instead of paths, and emit_bin_path is accordingly renamed to emit_digest. - There was an error related to the default llvm object path when CacheUse.Whole was selected. I'm not really sure why this didn't manifest when the binary is also emitted. This was fixed by improving the path handling related to flush() and emitLlvmObject(). In general, this commit also improves some of the path handling throughout the compiler and standard library. |
||
---|---|---|
.. | ||
crc | ||
spirv | ||
docgen.zig | ||
doctest.zig | ||
dump-cov.zig | ||
gen_outline_atomics.zig | ||
gen_spirv_spec.zig | ||
gen_stubs.zig | ||
generate_c_size_and_align_checks.zig | ||
generate_JSONTestSuite.zig | ||
generate_linux_syscalls.zig | ||
incr-check.zig | ||
lldb_pretty_printers.py | ||
migrate_langref.zig | ||
process_headers.zig | ||
stage1_gdb_pretty_printers.py | ||
stage2_gdb_pretty_printers.py | ||
std_gdb_pretty_printers.py | ||
update_clang_options.zig | ||
update_cpu_features.zig | ||
update_crc_catalog.zig | ||
update_glibc.zig | ||
update_mingw.zig | ||
update_spirv_features.zig | ||
update-linux-headers.zig | ||
zig_gdb_pretty_printers.py |