[compiler-rt] r367555 - Try to heal bots more after r367551
Nico Weber via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 1 06:10:43 PDT 2019
Author: nico
Date: Thu Aug 1 06:10:43 2019
New Revision: 367555
URL: http://llvm.org/viewvc/llvm-project?rev=367555&view=rev
Log:
Try to heal bots more after r367551
Modified:
compiler-rt/trunk/lib/dfsan/scripts/check_custom_wrappers.sh
Modified: compiler-rt/trunk/lib/dfsan/scripts/check_custom_wrappers.sh
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/lib/dfsan/scripts/check_custom_wrappers.sh?rev=367555&r1=367554&r2=367555&view=diff
==============================================================================
--- compiler-rt/trunk/lib/dfsan/scripts/check_custom_wrappers.sh (original)
+++ compiler-rt/trunk/lib/dfsan/scripts/check_custom_wrappers.sh Thu Aug 1 06:10:43 2019
@@ -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)
More information about the llvm-commits
mailing list