[PATCH] D56722: [lld] [ELF] Support for warn-once option

George Rimar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 11 08:07:44 PST 2019


grimar added a comment.

Rui, should we make -warn-once ON by default?



================
Comment at: ELF/Driver.cpp:872
+  Config->WarnOnce =
+      Args.hasArg(OPT_warn_once);
   Config->ZCombreloc = getZFlag(Args, "combreloc", "nocombreloc", true);
----------------
I think this is not clang-formatted.
(Should be single line).


Repository:
  rLLD LLVM Linker

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

https://reviews.llvm.org/D56722





More information about the llvm-commits mailing list