> -----Original Message----- > From: Peter Maydell <[email protected]> > Sent: Tuesday, June 29, 2021 6:18 AM > To: Taylor Simpson <[email protected]> > Cc: QEMU Developers <[email protected]>; Alessandro Di Federico > <[email protected]>; Philippe Mathieu-Daudé <[email protected]>; Richard > Henderson <[email protected]>; Brian Cain > <[email protected]> > 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
