[compiler-rt] r347439 - tsan: Correct the name of an executable.
Peter Collingbourne via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 21 16:00:27 PST 2018
Author: pcc
Date: Wed Nov 21 16:00:26 2018
New Revision: 347439
URL: http://llvm.org/viewvc/llvm-project?rev=347439&view=rev
Log:
tsan: Correct the name of an executable.
Modified:
compiler-rt/trunk/lib/tsan/check_analyze.sh
Modified: compiler-rt/trunk/lib/tsan/check_analyze.sh
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/lib/tsan/check_analyze.sh?rev=347439&r1=347438&r2=347439&view=diff
==============================================================================
--- compiler-rt/trunk/lib/tsan/check_analyze.sh (original)
+++ compiler-rt/trunk/lib/tsan/check_analyze.sh Wed Nov 21 16:00:26 2018
@@ -8,7 +8,7 @@
# performance has not regressed by running the following benchmarks before and
# after the breaking change to verify that the values in this file are safe to
# update:
-# ./projects/compiler-rt/lib/tsan/tests/rtl/TsanRtlTest
+# ./projects/compiler-rt/lib/tsan/tests/rtl/TsanRtlTest-x86_64-Test
# --gtest_also_run_disabled_tests --gtest_filter=DISABLED_BENCH.Mop*
set -u
More information about the llvm-commits
mailing list