Skip to content

lisa._assets.kmodules.lisa: Workaround llvm-nm bug

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

FIX

llvm-nm seems to have issues with object files containing bitcode, likely emitted because of LTO. Fix that by making llvm-nm ignore the said bitcode.

Merge request reports