[PATCH] D122904: [lld/mac] Tweak a few comments

Nico Weber via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 1 16:31:59 PDT 2022


thakis added a comment.

thanks!



================
Comment at: lld/test/MachO/arm64-thunk-visibility.s:4
 # foo.s and bar.s both contain TU-local symbols (think static function)
-# with the same name, and both need a thunk..  This tests that ld64.lld doesn't
+# with the same name, and both need a thunk.  This tests that ld64.lld doesn't
 # create a duplicate symbol for the two functions.
----------------
oontvoo wrote:
> nit: remove one extra white space
`joinspaces` defaults to 2 in vim, and I don't mind that enough to turn it off. Either way's fine imho.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D122904/new/

https://reviews.llvm.org/D122904



More information about the llvm-commits mailing list