[PATCH] D49938: [ELF] Update ld.lld.1

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 30 14:41:33 PDT 2018


ruiu added inline comments.


================
Comment at: docs/ld.lld.1:202
+.It Fl -keep-unique Ns = Ns Ar symbol
+Do not fold this symbol during ICF.
 .It Fl -lto-aa-pipeline Ns = Ns Ar value
----------------
This should be

  Do not fold
  .Ar symbol
  during ICF.


Repository:
  rLLD LLVM Linker

https://reviews.llvm.org/D49938





More information about the llvm-commits mailing list