Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-04-11 | Remove the unwanted abstraction that callee is allowed to autodelete a ↵ | Jukka Jylänki | |
response file after consuming it. Instead, manually track and delete response files by the caller and clean them up. | |||
2013-04-11 | Don't require response files to end with '.rsp'. Only autodelete response ↵ | Jukka Jylänki | |
files that end with the suffix '.tmp'. Use the suffix '.tmp' for all internally utilized response files. | |||
2013-04-11 | Fix typo. | Jukka Jylänki | |
2013-04-11 | Extend the use of response files to cover the case when emcc invokes ↵ | Jukka Jylänki | |
emscripten.py, so that Windows command line length limitations don't break the test_asm_pgo on Windows. |