[PATCH] D94925: [lld] Consistent help text for `-save-temps`

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 20 10:41:04 PST 2021


MaskRay added inline comments.


================
Comment at: lld/COFF/Options.td:71
 def lldsavetemps : F<"lldsavetemps">,
-    HelpText<"Save temporary files instead of deleting them">;
+    HelpText<"Save intermediate LTO compilation results.">;
 def machine : P<"machine", "Specify target platform">;
----------------
Help messages don't have a period.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D94925



More information about the llvm-commits mailing list