Skip to content

Commit

Permalink
wasm-linker: Create separate path for one-shot
Browse files Browse the repository at this point in the history
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
Luukdegram committed Dec 13, 2022
1 parent 4832677 commit 41199bb
Showing 1 changed file with 533 additions and 4 deletions.
Loading

0 comments on commit 41199bb

Please sign in to comment.