[PATCH] D44888: [RISCV] Default enable linker relaxation and add -mrelax, -mno-relax flags

Alex Bradbury via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Apr 16 08:15:51 PDT 2018


asb requested changes to this revision.
asb added a comment.
This revision now requires changes to proceed.

Thanks Kito. -mrelax and -mno-relax currently only affect the backend. For completeness, I think this patch needs to pass the appropriate flag to the linker depending on relax/no-relax.


Repository:
  rL LLVM

https://reviews.llvm.org/D44888





More information about the cfe-commits mailing list