]> git.proxmox.com Git - mirror_qemu.git/commit - meson.build
meson: sort existing compiler tests
authorPaolo Bonzini <pbonzini@redhat.com>
Thu, 3 Jun 2021 09:56:11 +0000 (11:56 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 6 Jul 2021 06:33:51 +0000 (08:33 +0200)
commit69d8de7a2d7c3512f6f7762abd8c1c1b9b4044e4
treea6047118b6f7dd1666d1e89aef678a47d64e0c38
parentc5b36c25c2fe1110cf8646ef02083c71757d6e00
meson: sort existing compiler tests

The next patches will add more compiler tests.  Sort and group the
existing tests, keeping similar cc.has_* tests together and sorting them
alphabetically by macro name.  This should make it easier to look for
examples when adding new tests to meson.build.

Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
meson.build