diff options
author | Sam Clegg <sbc@chromium.org> | 2022-01-19 17:43:22 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-19 17:43:22 -0800 |
commit | c918679ec50d4a404bd06244e79691651bdee95b (patch) | |
tree | 77604915d9fe2d1d2ec5c211f9626226c50ec852 /src/wasm/wasm-binary.cpp | |
parent | b9fdc3b1155c48749f48f5b530d8ab295ea3185b (diff) | |
download | binaryen-c918679ec50d4a404bd06244e79691651bdee95b.tar.gz binaryen-c918679ec50d4a404bd06244e79691651bdee95b.tar.bz2 binaryen-c918679ec50d4a404bd06244e79691651bdee95b.zip |
SAFE_HEAP: Avoid annotating any function reachable from start function (#4463)
Since https://reviews.llvm.org/D117412 landed it has causes a bunch of
SAFE_HEAP tests in emscripten to start failing, because
`__wasm_apply_data_relocs` can now sometimes be called from with
`__wasm_init_memory` as opposed to directly from the start function.
Diffstat (limited to 'src/wasm/wasm-binary.cpp')
0 files changed, 0 insertions, 0 deletions