[compiler-rt] r254736 - [TSan] Fix the wikipage link.
Alexander Potapenko via llvm-commits
llvm-commits at lists.llvm.org
Fri Dec 4 09:38:48 PST 2015
Author: glider
Date: Fri Dec 4 11:38:47 2015
New Revision: 254736
URL: http://llvm.org/viewvc/llvm-project?rev=254736&view=rev
Log:
[TSan] Fix the wikipage link.
Modified:
compiler-rt/trunk/lib/tsan/Makefile.old
Modified: compiler-rt/trunk/lib/tsan/Makefile.old
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/lib/tsan/Makefile.old?rev=254736&r1=254735&r2=254736&view=diff
==============================================================================
--- compiler-rt/trunk/lib/tsan/Makefile.old (original)
+++ compiler-rt/trunk/lib/tsan/Makefile.old Fri Dec 4 11:38:47 2015
@@ -46,7 +46,7 @@ help:
@ echo " make install_deps # Install third-party dependencies required for building"
@ echo " make presubmit # Run it every time before committing"
@ echo
- @ echo "For more info, see http://code.google.com/p/thread-sanitizer/wiki/Development"
+ @ echo "For more info, see https://github.com/google/sanitizers/wiki/ThreadSanitizerDevelopment"
$(LIBTSAN): libtsan
More information about the llvm-commits
mailing list