`Unknown DWARF DW_FORM_0x25` errors on Clang builds

Description:

Running makepkg on the latest Pacman build changes prints these errors on the terminal during the Stripping unneeded symbols from binaries and libraries... step:

debugedit: ./usr/bin/foobar: Unknown DWARF DW_FORM_0x25

One way to reproduce this is to try and build the deadbeef-git AUR. It will print it for the deadbeef executable and all the binary plugins it builds.

RedHat has pushed a fix upstream for the issue: https://sourceware.org/git/?p=debugedit.git;a=commit;h=3e7aeeab4f744ad15108775685db68d3a35b0735

Additional info:

Steps to reproduce:

Use makepkg to build a program that uses Clang