diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2023-01-09 15:31:51 +0100 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2023-05-18 08:53:52 +0200 |
commit | 34f983d86fe40ffe5975369c1cf5e6a61688383a (patch) | |
tree | 7d0f5794b6a90418e4e9ad7ecd57d140c55c59f6 /docs | |
parent | d67212d47f7f114a34dba558997f6e56435777e1 (diff) | |
download | qemu-34f983d86fe40ffe5975369c1cf5e6a61688383a.zip qemu-34f983d86fe40ffe5975369c1cf5e6a61688383a.tar.gz qemu-34f983d86fe40ffe5975369c1cf5e6a61688383a.tar.bz2 |
build: move sanitizer tests to meson
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/devel/build-system.rst | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/docs/devel/build-system.rst b/docs/devel/build-system.rst index 66cfe7b..4a733fc 100644 --- a/docs/devel/build-system.rst +++ b/docs/devel/build-system.rst @@ -91,10 +91,6 @@ developers in checking for system features: ``check_define $NAME`` Determine if the macro $NAME is defined by the system C compiler -``check_include $NAME`` - Determine if the include $NAME file is available to the system C - compiler. The replacement in Meson is ``cc.has_header()``. - ``write_c_skeleton`` Write a minimal C program main() function to the temporary file indicated by $TMPC |