Merge tag 'pull-loongarch-20241016' of https://gitlab.com/gaosong/qemu into staging
[qemu/armbru.git] / tests / docker / test-debug
blob678ceccc274937a8c88fab45e337ec0076b66b8d
1 #!/bin/bash -e
3 # Compile and check with clang & debug & sanitizers
5 # Copyright (c) 2016-2018 Red Hat Inc.
7 # Authors:
8 # Fam Zheng <famz@redhat.com>
9 # Marc-André Lureau <marcandre.lureau@redhat.com>
11 # This work is licensed under the terms of the GNU GPL, version 2
12 # or (at your option) any later version. See the COPYING file in
13 # the top-level directory.
15 . common.rc
17 requires_binary clang
19 cd "$BUILD_DIR"
21 OPTS="--cxx=clang++ --cc=clang --host-cc=clang"
22 OPTS="--enable-debug --enable-asan --enable-ubsan $OPTS"
24 export ASAN_OPTIONS=detect_leaks=0
25 build_qemu $OPTS
26 check_qemu check V=1
27 install_qemu