| author | |
| committer | |
| log | 208baa37caa3830fbdf2b809ed663cec2c5585cc |
| tree | 1c71adc114d1bc6cf32beff7d986303d3877bb0c |
| parent | 2a0238e5e3095a9e5a99c3ead64ffd7f98773c64 |
Makes adding --debug-rt correctly invalidate the cache for compiler_rt
and libfuzzer.1 files changed, 1 insertions(+), 0 deletions(-)
src/Compilation.zig+1| ... | ... | @@ -1421,6 +1421,7 @@ pub fn create(gpa: Allocator, arena: Allocator, options: CreateOptions) !*Compil |
| 1421 | 1421 | cache.hash.addBytes(options.root_name); |
| 1422 | 1422 | cache.hash.add(options.config.wasi_exec_model); |
| 1423 | 1423 | cache.hash.add(options.config.san_cov_trace_pc_guard); |
| 1424 | cache.hash.add(options.debug_compiler_runtime_libs); | |
| 1424 | 1425 | // TODO audit this and make sure everything is in it |
| 1425 | 1426 | |
| 1426 | 1427 | const main_mod = options.main_mod orelse options.root_mod; |