You can now ask lld to not build 8 byte build ids by passing to lld flags -Wl,--build-id=sha1
ifneq ($(WITH_LLD),OFF) CFLAGS += -fuse-ld=lld-$(LLVM_VERSION) -Wl,--build-id=sha1 endif
This is how we fixed halide package.
You can now ask lld to not build 8 byte build ids by passing to lld flags -Wl,--build-id=sha1
ifneq ($(WITH_LLD),OFF) lld-$(LLVM_ VERSION) -Wl,--build-id=sha1
CFLAGS += -fuse-ld=
endif
This is how we fixed halide package.