Comment 7 for bug 1929120

Revision history for this message
Gianfranco Costamagna (costamagnagianfranco) wrote :

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.