aboutsummaryrefslogtreecommitdiff
path: root/tools/response_file.py
AgeCommit message (Collapse)Author
2013-11-09Fix test_asm_pgo on Windows by using response files. The test failed by ↵Jukka Jylänki
exceeding Windows command line length limitations, giving an error "WindowsError: [Error 87] The parameter is incorrect". Also extend the logging given by EM_BUILD_VERBOSE=3 to print out the compiler invokations.
2013-08-17Fix escaping of parameters in response file generation for Windows. Fixes ↵Jukka Jylänki
#1471. Possibly related to the problem reported in #1533.
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.