summaryrefslogtreecommitdiff
path: root/test/tsan/dlclose.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
commita11c16ef32637931be923f803783fc4c1b585b8b (patch)
tree0e17e19429a193a80209946516e0225d636392c4 /test/tsan/dlclose.cc
parentbf7591143730af512bcfd5dd4337e313edbde4cb (diff)
downloadcompiler-rt-a11c16ef32637931be923f803783fc4c1b585b8b.tar.gz
[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 git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@254300 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/tsan/dlclose.cc')
-rw-r--r--test/tsan/dlclose.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/tsan/dlclose.cc b/test/tsan/dlclose.cc
index 1a93fe661..a930b91ee 100644
--- a/test/tsan/dlclose.cc
+++ b/test/tsan/dlclose.cc
@@ -4,7 +4,7 @@
// If we mention TSAN_OPTIONS, the test won't run from test_output.sh script.
// Test case for
-// https://code.google.com/p/thread-sanitizer/issues/detail?id=80
+// https://github.com/google/sanitizers/issues/487
#ifdef BUILD_SO