[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH for-9.2? 0/2] meson: Rationalize sanitizer configuration
|
From: |
Richard Henderson |
|
Subject: |
[PATCH for-9.2? 0/2] meson: Rationalize sanitizer configuration |
|
Date: |
Tue, 13 Aug 2024 19:52:14 +1000 |
In the CI that we actually run (x86) we don't want to use ASan,
only UBSan, we jump through --extra-cflags hoops to make that
happen, and we fail to disable function sanitizer during normal
configuration.
In the CI that we don't run, we enable ASan and fail to disable
function sanitizer. So its a bit lucky that don't run it.
Split the --enable-santizers config option, and move stuff back
to meson.build from .gitlab-ci.d.
r~
Richard Henderson (2):
meson: Split --enable-sanitizers to --enable-{asan,ubsan}
meson: Move -fsanitize=undefined into normal configuraton
tests/qtest/fdc-test.c | 2 +-
.gitlab-ci.d/buildtest.yml | 10 +++----
.../custom-runners/ubuntu-22.04-aarch64.yml | 2 +-
.../custom-runners/ubuntu-22.04-s390x.yml | 2 +-
docs/devel/fuzzing.rst | 4 +--
meson.build | 26 ++++++++++++++-----
meson_options.txt | 6 +++--
scripts/meson-buildoptions.sh | 9 ++++---
tests/docker/test-debug | 4 +--
9 files changed, 41 insertions(+), 24 deletions(-)
--
2.43.0
- [PATCH for-9.2? 0/2] meson: Rationalize sanitizer configuration,
Richard Henderson <=