commit | 0445190d2f9f73d996cc0eaa030e0c7912cb9ed6 | [log] [tgz] |
---|---|---|
author | Marc Chevrier <marc.chevrier@gmail.com> | Mon Nov 18 16:44:21 2024 +0100 |
committer | Marc Chevrier <marc.chevrier@gmail.com> | Mon Nov 18 21:02:50 2024 +0100 |
tree | 7bb196cfe7458f4f65d97ef2b062682d4019f091 | |
parent | 74c1b88859c0f43bb0fa5037c810b53273fe9e90 [diff] |
LLD linker: avoid regression on archive libraries deduplication Due to a bug on LLD linker for ELF binaries, deduplication should occur only if CMP0156 and CMP0179 are NEW. Fixes: #26447