From ee7a2defc129e48fc504164f7c506d861f0651b1 Mon Sep 17 00:00:00 2001 From: Erik Maciejewski Date: Wed, 6 Oct 2021 11:58:10 -0700 Subject: [PATCH] comment out esan test in qualify-clang.sh as it seems esan was removed from llvm/clang: https://github.com/llvm/llvm-project/commit/885b790f89b6068ec4caad8eaa51aa8098327059 --- debian/qualify-clang.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/qualify-clang.sh b/debian/qualify-clang.sh index 6712534d..c02203e3 100755 --- a/debian/qualify-clang.sh +++ b/debian/qualify-clang.sh @@ -1413,8 +1413,9 @@ echo "Testing all other sanitizers ..." echo "int main() { return 1; }" > foo.c # fails to run on i386 with the following error: #clang: error: unsupported option '-fsanitize=efficiency-working-set' for target 'i686-pc-linux-gnu' -clang-$VERSION -fsanitize=efficiency-working-set -o foo foo.c || true -./foo &> /dev/null || true +# seems like esan was removed from clang: https://github.com/llvm/llvm-project/commit/885b790f89b6068ec4caad8eaa51aa8098327059 +#clang-$VERSION -fsanitize=efficiency-working-set -o foo foo.c || true +#./foo &> /dev/null || true cat > "$TEMPDIR/test.c" <