]> git.ipfire.org Git - thirdparty/libtool.git/commit
libtool: Support "-fno-sanitize*" options.
authorManoj Gupta <manojgupta@google.com>
Fri, 16 Dec 2022 18:10:58 +0000 (10:10 -0800)
committerMike Frysinger <vapier@gentoo.org>
Sun, 14 Jan 2024 06:14:29 +0000 (01:14 -0500)
commit8878355f1d531933a23e705bdaafcd180d803c9b
tree62e3471da76359a4b117270302a6541a1d547392
parent22406ebb833692aa5e4a34189dc50ab8a6316310
libtool: Support "-fno-sanitize*" options.

"-fno-sanitize*" options e.g. -fno-sanitize=alignment
or -fno-sanitize-recover=all are used to tune the behvior of
sanitizers in GCC/clang. Let libtool pass these options
to compiler similar to fsanitize=*.

* build-aux/ltmain.in: Handle -fno-sanitize*.

Signed-off-by: Manoj Gupta <manojgupta@google.com>
build-aux/ltmain.in