[PATCH] D85810: [clang] Pass-through remarks options to linker
Fangrui Song via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Aug 17 14:16:22 PDT 2020
MaskRay added inline comments.
================
Comment at: lld/ELF/Options.td:595
HelpText<"Alias for --lto-obj-path=">;
+def: J<"plugin-opt=opt-remarks-filename=">,
+ Alias<opt_remarks_filename>,
----------------
The change should be moved to a previous patch which will add `--opt-remarks-*` options.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D85810/new/
https://reviews.llvm.org/D85810
More information about the cfe-commits
mailing list