On Mon, Nov 23, 2020 at 2:21 AM David Brazdil <dbrazdil@xxxxxxxxxx> wrote: > > 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. Great, thanks for testing this, David! I'll drop this patch from v8. Sami