Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[lld][RISCV] Avoid second map lookup in mergeArch. NFC (llvm#84687)
Instead of using find and then inserting into the map, we can use insert and fix up the version using the iterator if the insert fails.
- Loading branch information