Parent: #92
Blocked by the standalone zackees/llvm-ld COFF library issue.
Vendor the pinned C/C++ library below _vendor/ through a git-backed import and keep all Rust crate/API ownership inside reld.
Requirements:
- No crates.io publication or dependency.
- Add a narrow safe Rust wrapper over the C ABI.
- Integrate MSVC and GNU/MinGW routing while retaining the pinned direct lld-link oracle/escape path.
- Require deterministic, byte-identical EXE and PDB comparison versus pinned stock LLD, with identical args/path/cwd/environment.
- Run native Windows acceptance with exact output for both personas; cross-compilation alone is insufficient.
- Add allocator performance/profile measurements before linker algorithm changes.
- Update Windows guidance and relevant architecture docs.
- One validated PR; close this issue on merge.
Parent: #92
Blocked by the standalone
zackees/llvm-ldCOFF library issue.Vendor the pinned C/C++ library below
_vendor/through a git-backed import and keep all Rust crate/API ownership inside reld.Requirements: