qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PULL 00/31] target/hexagon patch queue


From: Richard Henderson
Subject: Re: [PULL 00/31] target/hexagon patch queue
Date: Sat, 1 May 2021 15:31:50 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.7.1

On 5/1/21 1:40 PM, Peter Maydell wrote:
Build failure on the gitlab CI "clang-user" job:
https://gitlab.com/qemu-project/qemu/-/jobs/1229108656

../target/hexagon/genptr.c:31:20: error: unused function
'gen_read_reg' [-Werror,-Wunused-function]
static inline TCGv gen_read_reg(TCGv result, int num)
^
../target/hexagon/genptr.c:322:20: error: unused function
'gen_set_byte' [-Werror,-Wunused-function]
static inline void gen_set_byte(int N, TCGv result, TCGv src)
^

(this is clang being stricter than gcc about unused static
inline functions again.)

Dangit, I merged Taylor's patch to fix this Friday and then tagged from the wrong machine today.


r~



reply via email to

[Prev in Thread] Current Thread [Next in Thread]