| commit | 14ae6e7c5cae6d054f23e8150c7f4537b2d1930e | [log] [tgz] |
|---|---|---|
| author | Sam Clegg <sbc@chromium.org> | Thu Jan 18 23:57:55 2018 +0000 |
| committer | Sam Clegg <sbc@chromium.org> | Thu Jan 18 23:57:55 2018 +0000 |
| tree | db3c1bc7c732edb14081dea2af9033d522080f79 | |
| parent | 84b26b90d14abc404ff8a4305fbf9ab119f19232 [diff] |
[WebAssembly] Export the stack pointer when using --emit-relocs This solves the problem that --emit-relocs needs the stack-pointer to be exported, in order to write out any relocations that reference the __stack_pointer symbol by its symbol index. Patch by Nicholas Wilson! Differential Revision: https://reviews.llvm.org/D42237 llvm-svn: 322911