diff options
author | Nico Weber <nicolasweber@gmx.de> | 2019-08-01 13:10:43 +0000 |
---|---|---|
committer | Nico Weber <nicolasweber@gmx.de> | 2019-08-01 13:10:43 +0000 |
commit | c58c1c5350f84027f090d47ace1986e4914a6275 (patch) | |
tree | feab0b32b0facaf4dd88595155fb9dcfe736d829 /compiler-rt | |
parent | eb1ea481a24f3c5cab720735338e35058966b7d6 (diff) | |
download | bcm5719-llvm-c58c1c5350f84027f090d47ace1986e4914a6275.tar.gz bcm5719-llvm-c58c1c5350f84027f090d47ace1986e4914a6275.zip |
Try to heal bots more after r367551
llvm-svn: 367555
Diffstat (limited to 'compiler-rt')
-rwxr-xr-x | compiler-rt/lib/dfsan/scripts/check_custom_wrappers.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/lib/dfsan/scripts/check_custom_wrappers.sh b/compiler-rt/lib/dfsan/scripts/check_custom_wrappers.sh index 2ada8a77e70..7f1d3d4e1c2 100755 --- a/compiler-rt/lib/dfsan/scripts/check_custom_wrappers.sh +++ b/compiler-rt/lib/dfsan/scripts/check_custom_wrappers.sh @@ -2,7 +2,7 @@ DFSAN_DIR=$(dirname "$0")/../ DFSAN_CUSTOM_TESTS=${DFSAN_DIR}/../../test/dfsan/custom.cc -DFSAN_CUSTOM_WRAPPERS=${DFSAN_DIR}/dfsan_custom.pp +DFSAN_CUSTOM_WRAPPERS=${DFSAN_DIR}/dfsan_custom.cpp DFSAN_ABI_LIST=${DFSAN_DIR}/done_abilist.txt DIFFOUT=$(mktemp -q /tmp/tmp.XXXXXXXXXX) |