mbox series

[v4,00/14] test/tcg: Clang build fixes for arm/aarch64

Message ID 20240630190050.160642-1-richard.henderson@linaro.org
Headers show
Series test/tcg: Clang build fixes for arm/aarch64 | expand

Message

Richard Henderson June 30, 2024, 7 p.m. UTC
Supercedes: 20240629-tcg-v3-0-fa57918bdf09@daynix.com
("[PATCH v3 0/7] tests/tcg/aarch64: Fix inline assemblies for clang")

On top of Akihiko's patches for aarch64, additional changes are
required for arm, both as a host and as a guest.


r~


Akihiko Odaki (5):
  tests/tcg/aarch64: Explicitly specify register width
  tests/tcg/aarch64: Fix irg operand type
  tests/tcg/aarch64: Do not use x constraint
  tests/tcg/arm: Fix fcvt result messages
  tests/tcg/arm: Manually register allocate half-precision numbers

Richard Henderson (9):
  tests/tcg/minilib: Constify digits in print_num
  tests/tcg: Adjust variable defintion from cc-option
  tests/tcg/aarch64: Drop -fno-tree-loop-distribute-patterns
  tests/tcg/aarch64: Add -fno-integrated-as for sme
  tests/tcg/arm: Drop -N from LDFLAGS
  tests/tcg/arm: Use -fno-integrated-as for test-arm-iwmmxt
  tests/tcg/arm: Use -march and -mfpu for fcvt
  tests/tcg/arm: Use vmrs/vmsr instead of mcr/mrc
  linux-user/main: Suppress out-of-range comparison warning for clang

 linux-user/main.c                         |   1 +
 tests/tcg/aarch64/bti-1.c                 |   6 +-
 tests/tcg/aarch64/bti-3.c                 |   6 +-
 tests/tcg/aarch64/mte-1.c                 |   2 +-
 tests/tcg/arm/fcvt.c                      |  28 +-
 tests/tcg/minilib/printf.c                |   2 +-
 tests/tcg/Makefile.target                 |   2 +-
 tests/tcg/aarch64/Makefile.softmmu-target |   4 +-
 tests/tcg/aarch64/Makefile.target         |  18 +-
 tests/tcg/aarch64/fcvt.ref                | 604 +++++++++++-----------
 tests/tcg/arm/Makefile.softmmu-target     |   4 +-
 tests/tcg/arm/Makefile.target             |  12 +-
 tests/tcg/arm/fcvt.ref                    | 604 +++++++++++-----------
 13 files changed, 653 insertions(+), 640 deletions(-)

Comments

Akihiko Odaki July 1, 2024, 10:40 a.m. UTC | #1
On 2024/07/01 4:00, Richard Henderson wrote:
> Supercedes: 20240629-tcg-v3-0-fa57918bdf09@daynix.com
> ("[PATCH v3 0/7] tests/tcg/aarch64: Fix inline assemblies for clang")
> 
> On top of Akihiko's patches for aarch64, additional changes are
> required for arm, both as a host and as a guest.

For the whole series:
Reviewed-by: Akihiko Odaki <akihiko.odaki@daynix.com>