Tags: airen3339/emscripten
Tags
Remove support for experimental/custom cmake + visual studio. NFC (#2… …0901) This support was added in 2013 but never maintained or tested so I assume it was never completed. An additional motivation for removing this is that it it should allow the removal of `--default-obj-ext`.
Run less varargs tests (#20797) Arguably we maybe don't need to test them even in wasm2js, as the wasm backend lowers them to something that the wasm2js should not have any special handling for, but I think it's worth keeping that testing around to be safe. Also enable test_nested_struct_varargs which has been disabled since the beginning of time, because it failed in fastcomp, but it has passed in the wasm backend (since forever, I suspect, as the issue was legalization, which was never a problem for the wasm backend).
Remove CMakeLists.txt from LLVM libraries (#20614) We don't use their CMake system, and we have already removed several of `CMakeLists.txt`, but not all. To be consistent, this removes the remaining ones. Also updates `update_***.py` scripts accordingly so that they are not copied again.