aboutsummaryrefslogtreecommitdiff
path: root/tools/response_file.py
AgeCommit message (Collapse)Author
2013-04-11Remove 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-11Don'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-11Fix typo.Jukka Jylänki
2013-04-11Extend 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.