summaryrefslogtreecommitdiffstats
path: root/compiler-rt/test/tsan/stack_sync_reuse.cc
diff options
context:
space:
mode:
authorKuba Brecka <kuba.brecka@gmail.com>2015-11-30 14:11:48 +0000
committerKuba Brecka <kuba.brecka@gmail.com>2015-11-30 14:11:48 +0000
commit6c9122ffba64d98acc66fd797a3d32177d4ca02e (patch)
treed292f6a07111cf3c1adece997b0d925278512f6b /compiler-rt/test/tsan/stack_sync_reuse.cc
parent77ff41124737776f895d0b17aba3525403f8ac60 (diff)
downloadbcm5719-llvm-6c9122ffba64d98acc66fd797a3d32177d4ca02e.tar.gz
bcm5719-llvm-6c9122ffba64d98acc66fd797a3d32177d4ca02e.zip
[tsan] Change comments referencing code.google.com to point to GitHub instead. NFC.
Changing comments that have references to code.google.com to point to GitHub instead, because the current links are not redirected properly (they instead redirect to different issues, mostly ASan). NFC. Differential Revision: http://reviews.llvm.org/D15053 llvm-svn: 254300
Diffstat (limited to 'compiler-rt/test/tsan/stack_sync_reuse.cc')
-rw-r--r--compiler-rt/test/tsan/stack_sync_reuse.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/test/tsan/stack_sync_reuse.cc b/compiler-rt/test/tsan/stack_sync_reuse.cc
index 7961c054406..d2bc5cb1b28 100644
--- a/compiler-rt/test/tsan/stack_sync_reuse.cc
+++ b/compiler-rt/test/tsan/stack_sync_reuse.cc
@@ -1,7 +1,7 @@
// RUN: %clang_tsan -O1 %s -o %t && %run %t 2>&1 | FileCheck %s
#include "test.h"
-// Test case https://code.google.com/p/thread-sanitizer/issues/detail?id=87
+// Test case https://github.com/google/sanitizers/issues/494
// Tsan sees false HB edge on address pointed to by syncp variable.
// It is false because when acquire is done syncp points to a var in one frame,
// and during release it points to a var in a different frame.
OpenPOWER on IntegriCloud