[PATCH 13/15] arm64: fix mrs_s/msr_s macros for clang LTO
From: samitolvanen@google.com (Sami Tolvanen)
Date: 2017-11-09 16:50:16
Also in:
lkml
From: samitolvanen@google.com (Sami Tolvanen)
Date: 2017-11-09 16:50:16
Also in:
lkml
On Wed, Nov 08, 2017 at 04:02:22PM -0800, Andi Kleen wrote:
There's also older patches to enable single-pass-linking for kallsyms, which is extremly useful for LTO build performance.
Excellent, can you point me to the patch in question? I worked around the build performance problem by reusing vmlinux.o for kallsyms instead of linking all bitcode again in each step. I'm not sure if this is feasible with gcc. Sami