diff options
author | Alon Zakai <azakai@google.com> | 2020-09-28 14:26:53 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-28 14:26:53 -0700 |
commit | c721f85e79f97936f4804afe51dcd2859ad13afd (patch) | |
tree | d4daf47c4fb2cec0348d0c67a169714366b216fa /src/wasm.h | |
parent | fbdcaf70c6b8888254d409bf57c80ea007058838 (diff) | |
download | binaryen-c721f85e79f97936f4804afe51dcd2859ad13afd.tar.gz binaryen-c721f85e79f97936f4804afe51dcd2859ad13afd.tar.bz2 binaryen-c721f85e79f97936f4804afe51dcd2859ad13afd.zip |
Fix low_pc updating when the expression is right at the start (#3175)
In that case LLVM emits the address of the declarations area (where locals are
declared) of the function, which is even earlier than the instructions actual
first byte. I'm not sure why it does this, but it's easy to handle.
Diffstat (limited to 'src/wasm.h')
0 files changed, 0 insertions, 0 deletions