[all-commits] [llvm/llvm-project] 36f32f: [lld-macho] Minor clean up: use .find() to check f...
Vy Nguyen via All-commits
all-commits at lists.llvm.org
Thu Feb 3 14:17:38 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 36f32ffd2abfec44b7f56554f05219324b9bbbc2
https://github.com/llvm/llvm-project/commit/36f32ffd2abfec44b7f56554f05219324b9bbbc2
Author: Vy Nguyen <vyng at google.com>
Date: 2022-02-03 (Thu, 03 Feb 2022)
Changed paths:
M lld/MachO/Driver.cpp
Log Message:
-----------
[lld-macho] Minor clean up: use .find() to check for key existence rather than [], which would create a new entry.
Differential Revision: https://reviews.llvm.org/D118945
More information about the All-commits
mailing list