| ... | @@ -1421,6 +1421,7 @@ pub fn create(gpa: Allocator, arena: Allocator, options: CreateOptions) !*Compil | ... | @@ -1421,6 +1421,7 @@ pub fn create(gpa: Allocator, arena: Allocator, options: CreateOptions) !*Compil |
| 1421 | cache.hash.addBytes(options.root_name); | 1421 | cache.hash.addBytes(options.root_name); |
| 1422 | cache.hash.add(options.config.wasi_exec_model); | 1422 | cache.hash.add(options.config.wasi_exec_model); |
| 1423 | cache.hash.add(options.config.san_cov_trace_pc_guard); | 1423 | cache.hash.add(options.config.san_cov_trace_pc_guard); |
| | 1424 | cache.hash.add(options.debug_compiler_runtime_libs); |
| 1424 | // TODO audit this and make sure everything is in it | 1425 | // TODO audit this and make sure everything is in it |
| 1425 | | 1426 | |
| 1426 | const main_mod = options.main_mod orelse options.root_mod; | 1427 | const main_mod = options.main_mod orelse options.root_mod; |