| author | |
| committer | |
| log | 74108bb9c0be84004d473f9fdf4cb669f071cfd7 |
| tree | a6f7a8288c4c14ad67f7da4de384ecad69eac999 |
| parent | f5edaa96dd7c820ffb7c5b8fc8da849a620d69b1 |
As memcpy is now part of compiler-rt, we no longer expect
any imports in the binary.1 files changed, 0 insertions(+), 3 deletions(-)
test/link/wasm/archive/build.zig-3| ... | ... | @@ -18,9 +18,6 @@ pub fn build(b: *Builder) void { |
| 18 | 18 | lib.strip = false; |
| 19 | 19 | |
| 20 | 20 | const check = lib.checkObject(.wasm); |
| 21 | check.checkStart("Section import"); | |
| 22 | check.checkNext("entries 1"); // __truncsfhf2 should have been resolved, so only 1 import (compiler-rt's memcpy). | |
| 23 | ||
| 24 | 21 | check.checkStart("Section custom"); |
| 25 | 22 | check.checkNext("name __truncsfhf2"); // Ensure it was imported and resolved |
| 26 | 23 |