> -----Original Message----- > From: Peter Maydell <peter.mayd...@linaro.org> > Sent: Tuesday, June 29, 2021 6:18 AM > To: Taylor Simpson <tsimp...@quicinc.com> > Cc: QEMU Developers <qemu-devel@nongnu.org>; Alessandro Di Federico > <a...@rev.ng>; Philippe Mathieu-Daudé <phi...@redhat.com>; Richard > Henderson <richard.hender...@linaro.org>; Brian Cain > <bc...@quicinc.com> > Subject: Re: [PULL 0/4] Hexagon (target/hexagon) bug fixes > > > (Philippe kindly reuploaded your gpg key to a keyserver that I could > download it from, so that part is now sorted).
Thanks Philippe!! > This fails the "clang-user" job on gitlab CI: > https://gitlab.com/qemu-project/qemu/-/jobs/1385267038 > > ../target/hexagon/genptr.c:30:20: error: unused function 'gen_read_preg' [- > Werror,-Wunused-function] static inline TCGv gen_read_preg(TCGv pred, > uint8_t num) ^ > > (Clang is pickier than gcc about not having unused static inline functions.) I will fix this and resubmit the pull request. Thanks, Taylor