commit | 60ebffc12fd1e2963a53daaf88c532a64a6fbcf7 | [log] [tgz] |
---|---|---|
author | Lorenzo Martignoni <martignlo@google.com> | Wed Oct 08 10:01:42 2014 +0000 |
committer | Lorenzo Martignoni <martignlo@google.com> | Wed Oct 08 10:01:42 2014 +0000 |
tree | e8eedf91f9e56a7840ff46dc59eac97b6ada5a38 | |
parent | 58a24613688ddc0ac1e9e2563fa4e8eb5e5ff085 [diff] [blame] |
Custom wrappers for DFSanitizing sprintf & snprintf. Differential Revision: http://reviews.llvm.org/D5561 llvm-svn: 219293
diff --git a/compiler-rt/lib/dfsan/scripts/check_custom_wrappers.sh b/compiler-rt/lib/dfsan/scripts/check_custom_wrappers.sh index 87e8a09..7acf005 100755 --- a/compiler-rt/lib/dfsan/scripts/check_custom_wrappers.sh +++ b/compiler-rt/lib/dfsan/scripts/check_custom_wrappers.sh
@@ -1,7 +1,7 @@ #!/usr/bin/env bash DFSAN_DIR=$(dirname "$0")/../ -DFSAN_CUSTOM_TESTS=${DFSAN_DIR}/../../test/dfsan/custom.c +DFSAN_CUSTOM_TESTS=${DFSAN_DIR}/../../test/dfsan/custom.cc DFSAN_CUSTOM_WRAPPERS=${DFSAN_DIR}/dfsan_custom.cc DFSAN_ABI_LIST=${DFSAN_DIR}/done_abilist.txt