[lld/mac] Address review feedback and improve a comment
authorNico Weber <thakis@chromium.org>
Wed, 2 Jun 2021 13:35:06 +0000 (09:35 -0400)
committerNico Weber <thakis@chromium.org>
Wed, 2 Jun 2021 14:54:53 +0000 (10:54 -0400)
commit476e4d65d482d75f789db092316327191f18dbcd
tree280e9ac26c25a1e01db9a95241eb95a13ecbd6d2
parentf1a0c5d67ca9600d3a08d1d81ad1da9b75a60138
[lld/mac] Address review feedback and improve a comment

I forgot to move the message() call around as requested in D103428
before committing that change. Move it now.

Also, improve the ordinal uniq'ing comment. I hadn't realized that the
distinct-but-identical files happen with --reproduce and not in general.

No behavior change.

Differential Revision: https://reviews.llvm.org/D103522
lld/MachO/DriverUtils.cpp
lld/MachO/InputFiles.cpp
lld/MachO/Writer.cpp