ly expanded matrix of what are
>>>>>> theoretically possible combinations. Thus I think we should be guided
>>>>>> by what is expected real world usage by platforms we target.
>>>>>>
>>>>>> Essentially for any given distro we're testing
On 2021/01/11 6:32, Philippe Mathieu-Daudé wrote:
> On 1/10/21 7:23 PM, Richard Henderson wrote:
>> On 1/9/21 6:10 PM, Wataru Ashihara wrote:
>>> This fixes the build with --enable-tcg-interpreter:
>>>
>>> clang -Ilibqemu-arm-softmmu.fa.p -I. -I.. -Itarg
Philippe, Richard, thank you for reviewing.
On 2021/01/11 1:17, Philippe Mathieu-Daudé wrote:
> Cc'ing Stefan.
>
> On 1/10/21 5:10 AM, Wataru Ashihara wrote:
>> This fixes the build with --enable-tcg-interpreter:
>>
>> clang -Ilibqemu-arm-softmmu.fa.p -I. -
libqemu-arm-softmmu.fa.p/tcg_tcg.c.o -c ../tcg/tcg.c
../tcg/tcg.c:136:20: error: unused function 'tcg_out_dupi_vec'
[-Werror,-Wunused-function]
Signed-off-by: Wataru Ashihara
---
tcg/tcg.c | 7 ---
1 file changed, 7 deletions(-)
diff --git a/tcg/tcg.c b/tcg/tcg.c
index 472bf1755b.