From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ffbox0-bg.ffmpeg.org (ffbox0-bg.ffmpeg.org [79.124.17.100]) by master.gitmailbox.com (Postfix) with ESMTPS id D4CDC4ACFC for ; Fri, 18 Jul 2025 16:53:44 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.ffmpeg.org (Postfix) with ESMTP id B426068DD76; Fri, 18 Jul 2025 19:53:41 +0300 (EEST) Received: from relay15.mail.gandi.net (relay15.mail.gandi.net [217.70.178.235]) by ffbox0-bg.ffmpeg.org (Postfix) with ESMTPS id 1969A68DD5B for ; Fri, 18 Jul 2025 19:53:35 +0300 (EEST) Received: by mail.gandi.net (Postfix) with ESMTPSA id 6EB15442DC for ; Fri, 18 Jul 2025 16:53:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=niedermayer.cc; s=gm1; t=1752857614; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=HOYH3mTmYT5MjKSjZNNyjpfK58uLBeUifIkpSrv9EiY=; b=OguBy4I/sq6Hs4CMCjZPwbcv0u0vAEhkbVf/5MfLzQOps4rycx4zfTktMC+E9564tzHnlT JVuXG13yHz6kkz9xMvi9s4aQ5o5k/PN0e0PBW4722jpVBuvF4GamrUP7sr+QGMFDtx2/Wm SyKP8Co64SsedMI1Zlk1mgi59ABPZbxbm60pOCFoaY9hWIl95kjkwGv9q1CajeKxL6tmyx qDEorF9DX/n35rboBekWc2VK7Iu+LChwiJudCEseG0cpvc/7P9nDIbw6dFl/iNMQA8sBYH km9c4DPxdr63rViiM3iHJL8bd/4PBSW+YPLfsCGkOQKmAEBzSNQ0NI9xaRMKLw== Date: Fri, 18 Jul 2025 18:53:33 +0200 From: Michael Niedermayer To: FFmpeg development discussions and patches Message-ID: <20250718165333.GI29660@pb2> References: <20250717020442.85852-1-kasper93@gmail.com> <20250718162814.GD29660@pb2> MIME-Version: 1.0 In-Reply-To: X-GND-State: clean X-GND-Score: -85 X-GND-Cause: gggruggvucftvghtrhhoucdtuddrgeeffedrtdefgdeifeellecutefuodetggdotefrodftvfcurfhrohhfihhlvgemucfitefpfffkpdcuggftfghnshhusghstghrihgsvgenuceurghilhhouhhtmecufedtudenucesvcftvggtihhpihgvnhhtshculddquddttddmnegfrhhlucfvnfffucdludehmdenucfjughrpeffhffvuffkfhggtggujgesghdtreertddtjeenucfhrhhomhepofhitghhrggvlhcupfhivgguvghrmhgrhigvrhcuoehmihgthhgrvghlsehnihgvuggvrhhmrgihvghrrdgttgeqnecuggftrfgrthhtvghrnhepleekgefgffeiudefjeeuffejudehtddtudeltdehveevvedtieeulefhtdeutdeknecukfhppeeguddrieeirdeihedrudejieenucevlhhushhtvghrufhiiigvpedtnecurfgrrhgrmhepihhnvghtpeeguddrieeirdeihedrudejiedphhgvlhhopehlohgtrghlhhhoshhtpdhmrghilhhfrhhomhepmhhitghhrggvlhesnhhivgguvghrmhgrhigvrhdrtggtpdhnsggprhgtphhtthhopedupdhrtghpthhtohepfhhfmhhpvghgqdguvghvvghlsehffhhmphgvghdrohhrgh Subject: Re: [FFmpeg-devel] [PATCH v2 1/5] configure: allow multiple sanitizers in --toolchain X-BeenThere: ffmpeg-devel@ffmpeg.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: FFmpeg development discussions and patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: FFmpeg development discussions and patches Content-Type: multipart/mixed; boundary="===============8374561070533776115==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============8374561070533776115== Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="YKLriYYbHQQflSDJ" Content-Disposition: inline --YKLriYYbHQQflSDJ Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Jul 18, 2025 at 06:49:24PM +0200, Kacper Michajlow wrote: > On Fri, 18 Jul 2025 at 18:28, Michael Niedermayer > wrote: >=20 > > On Thu, Jul 17, 2025 at 04:04:38AM +0200, Kacper Michaj=C5=82ow wrote: > > > For example this allows --toolchain=3Dclang-asan-usan. > > > > > > Signed-off-by: Kacper Michaj=C5=82ow > > > --- > > > configure | 13 +++++++++++-- > > > 1 file changed, 11 insertions(+), 2 deletions(-) > > > > does this need some documentation to be updated ? >=20 >=20 > I can update configure help, but not sure what would be a good format. > Currently it just lists all possible selections, but this wouldn't work n= ow. >=20 > Would something like this work? >=20 > --- a/configure > +++ b/configure > @@ -381,10 +381,10 @@ Toolchain options: > --target-samples=3DDIR path to samples directory on target > --tempprefix=3DPATH force fixed dir/prefix instead of mktemp for > checks > --toolchain=3DNAME set tool defaults according to NAME > - (gcc-asan, clang-asan, gcc-msan, clang-msan, > - gcc-tsan, clang-tsan, gcc-usan, clang-usan, > - valgrind-massif, valgrind-memcheck, > - msvc, icl, gcov, llvm-cov, hardened) > + ([-sanitizer[-...]], e.g. clang-asan-usan > + tools: gcc, clang, msvc, icl, gcov, llvm-cov, > + valgrind-memcheck, valgrind-massif,hard= ened > + sanitizers: asan, msan, tsan, usan) LGTM thx [...] --=20 Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB During times of universal deceit, telling the truth becomes a revolutionary act. -- George Orwell --YKLriYYbHQQflSDJ Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABEKAB0WIQSf8hKLFH72cwut8TNhHseHBAsPqwUCaHp8DQAKCRBhHseHBAsP q0JQAJsEuzFgR7jlKBfUxv4EVXYyjvABkQCfQnq7StkQY6KqfT1SJasdQWhz/xk= =Yf9B -----END PGP SIGNATURE----- --YKLriYYbHQQflSDJ-- --===============8374561070533776115== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe". --===============8374561070533776115==--