[LLD] [ELF] Fix up a comment regarding the --wrap option. NFC.
authorMartin Storsjö <martin@martin.st>
Tue, 6 Oct 2020 10:23:57 +0000 (13:23 +0300)
committerMartin Storsjö <martin@martin.st>
Thu, 8 Oct 2020 06:33:23 +0000 (09:33 +0300)
commit9b2b32743d71311eeb713ace2550c0039e2491a2
treed31f19186c1c0cd47bbd86dbcd37343a96b52556
parentb4ffc40d622bb2647852284c78c5e83346f2d630
[LLD] [ELF] Fix up a comment regarding the --wrap option. NFC.

Add missing leading underscores to the __wrap_<symbol> and
__real_<symbol> names.

Differential Revision: https://reviews.llvm.org/D89008
lld/ELF/Driver.cpp