RE: [PULL 0/4] Hexagon (target/hexagon) bug fixes

Taylor Simpson posted 4 patches 2 years, 10 months ago
Only 0 patches received!
RE: [PULL 0/4] Hexagon (target/hexagon) bug fixes
Posted by Taylor Simpson 2 years, 10 months ago

> -----Original Message-----
> From: Peter Maydell <peter.maydell@linaro.org>
> Sent: Tuesday, June 29, 2021 6:18 AM
> To: Taylor Simpson <tsimpson@quicinc.com>
> Cc: QEMU Developers <qemu-devel@nongnu.org>; Alessandro Di Federico
> <ale@rev.ng>; Philippe Mathieu-Daudé <philmd@redhat.com>; Richard
> Henderson <richard.henderson@linaro.org>; Brian Cain
> <bcain@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