diff options
| author | Andrew Kelley <andrew@ziglang.org> | 2023-12-27 10:23:27 -0700 |
|---|---|---|
| committer | Andrew Kelley <andrew@ziglang.org> | 2024-01-01 19:49:07 -0700 |
| commit | 435b74acd6384029588755ae87568d03911da5c2 (patch) | |
| tree | c3957c7cd604ee6dd937cedf4c53e7e491f3bfe4 /src/link/Wasm.zig | |
| parent | c8c32a056989cc669008f1fc295a29d55b753cc0 (diff) | |
| download | zig-435b74acd6384029588755ae87568d03911da5c2.tar.gz zig-435b74acd6384029588755ae87568d03911da5c2.zip | |
move force_undefined_symbols into Compilation
This field is needed by Compilation regardless of whether a link file is
instantiated.
Fixes an invalid check for bin_file=null.
Diffstat (limited to 'src/link/Wasm.zig')
| -rw-r--r-- | src/link/Wasm.zig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/link/Wasm.zig b/src/link/Wasm.zig index 7f3ca877c6..cdd40891da 100644 --- a/src/link/Wasm.zig +++ b/src/link/Wasm.zig @@ -424,7 +424,6 @@ pub fn createEmpty( .disable_lld_caching = options.disable_lld_caching, .build_id = options.build_id, .rpath_list = options.rpath_list, - .force_undefined_symbols = options.force_undefined_symbols, }, .name = undefined, .import_table = options.import_table, |
