Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
wasm-linker: Create separate path for one-shot
When invoking the self-hosted linker using `-fno-LLD` while using the LLVM backend or invoking it as a linker, we create a seperate path. This path will link the object file generated by LLVM and the supplied object files just once, allowing to simplify the implementation between incremental and regular linking.
- Loading branch information