Re: [PATCH] tests/tcg/s390x: Fix test-svc with clang

2023-07-10 Thread Thomas Huth
On 07/07/2023 17.42, Ilya Leoshkevich wrote: clang does not support expressions involving symbols in instructions like lghi yet, so building hello-s390x-asm.S with it fails. Move the expression to the literal pool and load it from there. Reported-by: Thomas Huth Fixes: be4a4cb42961

[PATCH] tests/tcg/s390x: Fix test-svc with clang

2023-07-07 Thread Ilya Leoshkevich
clang does not support expressions involving symbols in instructions like lghi yet, so building hello-s390x-asm.S with it fails. Move the expression to the literal pool and load it from there. Reported-by: Thomas Huth Fixes: be4a4cb42961 ("tests/tcg/s390x: Test single-stepping SVC")