diff options
author | Richard Henderson <richard.henderson@linaro.org> | 2024-07-24 09:25:42 +1000 |
---|---|---|
committer | Richard Henderson <richard.henderson@linaro.org> | 2024-07-26 09:35:27 +1000 |
commit | 8e466dd092469e5ab0f355775c571ea96f3a8e23 (patch) | |
tree | 888d87e2deea389e1383ace9b8331b79d87dcf9a /scripts/qapi/source.py | |
parent | 9c69a83550912e9b45d4090374b9ec78396bc7df (diff) | |
download | qemu-8e466dd092469e5ab0f355775c571ea96f3a8e23.zip qemu-8e466dd092469e5ab0f355775c571ea96f3a8e23.tar.gz qemu-8e466dd092469e5ab0f355775c571ea96f3a8e23.tar.bz2 |
gitlab-ci: Use -fno-sanitize=function in the clang-user job
With -fsanitize=undefined, which implies -fsanitize=function,
clang will add a "type signature" before functions.
It accesses funcptr-8 and funcptr-4 to do so.
The generated TCG prologue is directly on a page boundary,
so these accesses segfault.
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-ID: <20240723232543.18093-1-richard.henderson@linaro.org>
Diffstat (limited to 'scripts/qapi/source.py')
0 files changed, 0 insertions, 0 deletions