mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-08 07:10:12 -05:00
9cbeb922dd
LLD automatically resolves newly encountered symbols using object files previously encountered. Also, the Emscripten compiler driver invokes the LLD linker with `--whole-archive ... --no-whole-archive` around all the libraries. Therefore we should not repeat any. Issue: #27232 Suggested-by: Marc Chevrier <marc.chevrier@gmail.com>