[lld/mac] Make a variable more local; no behavior change
authorNico Weber <thakis@chromium.org>
Mon, 21 Jun 2021 01:59:11 +0000 (21:59 -0400)
committerNico Weber <thakis@chromium.org>
Mon, 21 Jun 2021 01:59:15 +0000 (21:59 -0400)
commit3a6a60f6c9c4a682de829635d7b9bb3bb64c2a7d
tree56186d0ae1ad424702c3d3f110f937aeec2a852b
parentce192ced2b901be67444c481ab5ca0d731e6d982
[lld/mac] Make a variable more local; no behavior change

The variable used to need the wider scope, but doesn't after the
reland. See LC_LINKER_OPTIONS-related discussion on
https://reviews.llvm.org/D104353 for background.
lld/MachO/Driver.cpp