Rollup merge of #134437 - onur-ozkan:improve-compiler-build, r=jieyouxu

reduce compiler `Assemble` complexity

`compile::Assemble` is already complicated by its nature (as it handles core internals like recursive building logic, etc.) and also handles half of `LldWrapper` tool logic for no good reason since it should be done in the build step directly.

This change moves it there to reduce complexity of `compile::Assemble` logic.
This commit is contained in:
许杰友 Jieyou Xu (Joe) 2024-12-19 16:48:09 +08:00 committed by GitHub
commit 5305b0255b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

Diff Content Not Available