Jukka Jylänki
|
23d8911d25
|
Fix test_asm_pgo on Windows by using response files. The test failed by 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-11-09 20:58:48 +02:00 |
Jukka Jylänki
|
bcb44e22e3
|
Fix escaping of parameters in response file generation for Windows. Fixes #1471. Possibly related to the problem reported in #1533.
|
2013-08-17 23:05:48 +03:00 |
Jukka Jylänki
|
69c67542e7
|
Remove the unwanted abstraction that callee is allowed to autodelete a response file after consuming it. Instead, manually track and delete response files by the caller and clean them up.
|
2013-04-11 10:42:18 +03:00 |
Jukka Jylänki
|
5351b86b07
|
Don't require response files to end with '.rsp'. Only autodelete response files that end with the suffix '.tmp'. Use the suffix '.tmp' for all internally utilized response files.
|
2013-04-11 10:42:16 +03:00 |
Jukka Jylänki
|
829add1ee9
|
Fix typo.
|
2013-04-11 10:42:15 +03:00 |
Jukka Jylänki
|
1c4f763de4
|
Extend the use of response files to cover the case when emcc invokes emscripten.py, so that Windows command line length limitations don't break the test_asm_pgo on Windows.
|
2013-04-11 10:42:14 +03:00 |