linux-riscv.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] RISC-V: build: Allow LTO to be selected
@ 2021-07-19 20:52 Wende Tan
  2021-07-19 21:23 ` Nick Desaulniers
  0 siblings, 1 reply; 2+ messages in thread
From: Wende Tan @ 2021-07-19 20:52 UTC (permalink / raw)
  To: palmer, paul.walmsley, aou, linux-riscv; +Cc: Wende Tan, clang-built-linux

This patch series first fixes some build issues, and then allows LTO to
be selected.

Wende Tan (3):
  RISC-V: build: Pass `-mattr` to `lld`
  RISC-V: build: Disable LTO for the vDSO
  RISC-V: build: Allow LTO to be selected

 arch/riscv/Kconfig              | 2 ++
 arch/riscv/Makefile             | 7 +++++++
 arch/riscv/kernel/vdso/Makefile | 2 +-
 3 files changed, 10 insertions(+), 1 deletion(-)

-- 
2.25.1


_______________________________________________
linux-riscv mailing list
linux-riscv@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-riscv

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH 0/3] RISC-V: build: Allow LTO to be selected
  2021-07-19 20:52 [PATCH 0/3] RISC-V: build: Allow LTO to be selected Wende Tan
@ 2021-07-19 21:23 ` Nick Desaulniers
  0 siblings, 0 replies; 2+ messages in thread
From: Nick Desaulniers @ 2021-07-19 21:23 UTC (permalink / raw)
  To: Wende Tan
  Cc: palmer, paul.walmsley, aou, linux-riscv, clang-built-linux,
	Saleem Abdulrasool

On Mon, Jul 19, 2021 at 1:52 PM Wende Tan <twd2.me@gmail.com> wrote:
>
> This patch series first fixes some build issues, and then allows LTO to
> be selected.
>
> Wende Tan (3):
>   RISC-V: build: Pass `-mattr` to `lld`
>   RISC-V: build: Disable LTO for the vDSO
>   RISC-V: build: Allow LTO to be selected
>
>  arch/riscv/Kconfig              | 2 ++
>  arch/riscv/Makefile             | 7 +++++++
>  arch/riscv/kernel/vdso/Makefile | 2 +-
>  3 files changed, 10 insertions(+), 1 deletion(-)

Thanks for the series! It's definitely interesting to see this!  The
thread isn't showing properly on lore, if you're using git send-email,
you should put all 4 files in the single command line invocation to
get these to show up together in lore.kernel.org.
-- 
Thanks,
~Nick Desaulniers

_______________________________________________
linux-riscv mailing list
linux-riscv@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-riscv

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-07-19 21:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-19 20:52 [PATCH 0/3] RISC-V: build: Allow LTO to be selected Wende Tan
2021-07-19 21:23 ` Nick Desaulniers

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).