[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:10 PDT 2020
MaskRay marked an inline comment as done.
MaskRay added inline comments.
================
Comment at: lld/ELF/Config.h:188
bool printIcfSections;
+ bool relax;
bool relocatable;
----------------
grimar wrote:
> You do not need this.
The variable definitions and `--help` will sooner or later be needed. I don't think it is too troublesome to keep them.
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