| Index: third_party/libxml/src/ltmain.sh
|
| diff --git a/third_party/libxml/src/ltmain.sh b/third_party/libxml/src/ltmain.sh
|
| index 0f0a2da3f9dd10627626bf9725b332d95f314393..b6f3fcbb288b937ab5270d580f3d2eab5684b216 100644
|
| --- a/third_party/libxml/src/ltmain.sh
|
| +++ b/third_party/libxml/src/ltmain.sh
|
| @@ -7273,9 +7273,11 @@ func_mode_link ()
|
| # --sysroot=* for sysroot support
|
| # -O*, -g*, -flto*, -fwhopr*, -fuse-linker-plugin GCC link-time optimization
|
| # -stdlib=* select c++ std lib with clang
|
| + # -fsanitize=* Clang memory and address sanitizer
|
| -64|-mips[0-9]|-r[0-9][0-9]*|-xarch=*|-xtarget=*|+DA*|+DD*|-q*|-m*| \
|
| -t[45]*|-txscale*|-p|-pg|--coverage|-fprofile-*|-F*|@*|-tp=*|--sysroot=*| \
|
| - -O*|-g*|-flto*|-fwhopr*|-fuse-linker-plugin|-fstack-protector*|-stdlib=*)
|
| + -O*|-g*|-flto*|-fwhopr*|-fuse-linker-plugin|-fstack-protector*|-stdlib=*| \
|
| + -fsanitize=*)
|
| func_quote_for_eval "$arg"
|
| arg=$func_quote_for_eval_result
|
| func_append compile_command " $arg"
|
|
|