[PATCH v7 15/17] KVM: arm64: disable LTO for the nVHE directory

David Brazdil dbrazdil at google.com
Mon Nov 23 05:21:49 EST 2020


Hey Sami,

On Wed, Nov 18, 2020 at 02:07:29PM -0800, Sami Tolvanen wrote:
> We use objcopy to manipulate ELF binaries for the nVHE code,
> which fails with LTO as the compiler produces LLVM bitcode
> instead. Disable LTO for this code to allow objcopy to be used.

We now partially link the nVHE code (generating machine code) before objcopy,
so I think you should be able to drop this patch now. Tried building your
branch without it, ran a couple of unit tests and all seems fine.

David



More information about the linux-arm-kernel mailing list