Skip to content

lisa._assets.kmodules.lisa: Makefile: Workaround llvm-objdump and llvm-objcopy bugs

Douglas Raillard requested to merge douglas-raillard-arm/lisa:_pr0000029 into main

FIX

Both llvm-objdump and llvm-objcopy seem to sometimes be affected by a transient bug where they will corrupt their input file. To avoid issues, make them work on copies rather than the original.

Merge request reports