Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move emscripten PIC ABI conversion to a pass. NFC. (#2985) | Sam Clegg | 2020-07-24 | 1 | -1/+1 |
| | | | | Doing it this way happens to re-order the __assign_got_entries function in the module, but its otherwise NFC. | ||||
* | Move ReplaceStackPoint into a pass (#2984) | Sam Clegg | 2020-07-24 | 1 | -0/+103 |
First step in making wasm-emscripten-finalize use more passes. |