| author | |
| committer | |
| log | 5c34c01179a4a54c0fb11d107664f8c35e9f09dc |
| tree | 943fa46a0e8a23d3c9f5856936bd25c3e8c6d87e |
| parent | af20fdbce71d6799ab8fdca4374ade80755b04a3 |
Signed-off-by: Takeshi Yoneda <takeshi@tetrate.io>1 files changed, 1 insertions(+), 0 deletions(-)
src/Compilation.zig+1| ... | ... | @@ -1123,6 +1123,7 @@ pub fn create(gpa: *Allocator, options: InitOptions) !*Compilation { |
| 1123 | 1123 | cache.hash.add(options.machine_code_model); |
| 1124 | 1124 | cache.hash.addOptionalEmitLoc(options.emit_bin); |
| 1125 | 1125 | cache.hash.addBytes(options.root_name); |
| 1126 | if (options.target.os.tag == .wasi) cache.hash.add(wasi_exec_model); | |
| 1126 | 1127 | // TODO audit this and make sure everything is in it |
| 1127 | 1128 | |
| 1128 | 1129 | const module: ?*Module = if (options.root_pkg) |root_pkg| blk: { |