summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Fuzzer
diff options
context:
space:
mode:
authorKostya Serebryany <kcc@google.com>2016-09-27 01:55:08 +0000
committerKostya Serebryany <kcc@google.com>2016-09-27 01:55:08 +0000
commit45c144754bd7eea6aaa5084a3ad698062b05e551 (patch)
tree3eb135ff589329787c4ced557e30155f8faf36e1 /llvm/lib/Fuzzer
parentefc962cd0676ce3db3aaf675abbe4774e0633b19 (diff)
downloadbcm5719-llvm-45c144754bd7eea6aaa5084a3ad698062b05e551.tar.gz
bcm5719-llvm-45c144754bd7eea6aaa5084a3ad698062b05e551.zip
[sanitizer-coverage] fix a bug in trace-gep
llvm-svn: 282467
Diffstat (limited to 'llvm/lib/Fuzzer')
-rwxr-xr-xllvm/lib/Fuzzer/fuzzer-test-suite/openssl-1.0.1f/build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Fuzzer/fuzzer-test-suite/openssl-1.0.1f/build.sh b/llvm/lib/Fuzzer/fuzzer-test-suite/openssl-1.0.1f/build.sh
index 33e77a00c91..69fa7241b86 100755
--- a/llvm/lib/Fuzzer/fuzzer-test-suite/openssl-1.0.1f/build.sh
+++ b/llvm/lib/Fuzzer/fuzzer-test-suite/openssl-1.0.1f/build.sh
@@ -7,7 +7,7 @@ LIBFUZZER_SRC=$(dirname $(dirname $SCRIPT_DIR))
JOBS=20
# FUZZ_CXXFLAGS=" -g -fsanitize=address -fsanitize-coverage=edge"
-FUZZ_CXXFLAGS=" -g -fsanitize=address -fsanitize-coverage=trace-pc-guard,trace-cmp,trace-div"
+FUZZ_CXXFLAGS=" -g -fsanitize=address -fsanitize-coverage=trace-pc-guard,trace-cmp,trace-div,trace-gep"
get() {
[ ! -e SRC ] && git clone https://github.com/openssl/openssl.git SRC && (cd SRC && git checkout OpenSSL_1_0_1f)
OpenPOWER on IntegriCloud