[PATCH] D81359: [ELF] Add --[no-]relax for RISC-V
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 9 08:46:11 PDT 2020
MaskRay marked an inline comment as done.
MaskRay added inline comments.
================
Comment at: lld/ELF/Options.td:631
// Options listed below are silently ignored for now for compatibility.
def: F<"detect-odr-violations">;
----------------
grimar wrote:
> You just need to list the option(s) here I believe.
Adding here will just lead to a future change which deletes the line and adds the help above.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D81359/new/
https://reviews.llvm.org/D81359
More information about the llvm-commits
mailing list