Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
split linker code into a separate file. NFC (emscripten-core#20717)
This change moves more than half of the code in emcc.py which is used only for linking into its own file (link.py). This makes reasoning about the code easier and paves the way for a fast path then only compiling (e.g. this code shouldn't even need to be imported when only compiling). See emscripten-core#20577.
- Loading branch information