[compiler-rt] r262209 - Update the link of issue

Mohit K. Bhakkad via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 29 00:22:55 PST 2016


Author: mohit.bhakkad
Date: Mon Feb 29 02:22:55 2016
New Revision: 262209

URL: http://llvm.org/viewvc/llvm-project?rev=262209&view=rev
Log:
Update the link of issue

Modified:
    compiler-rt/trunk/test/msan/dtls_test.c

Modified: compiler-rt/trunk/test/msan/dtls_test.c
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/msan/dtls_test.c?rev=262209&r1=262208&r2=262209&view=diff
==============================================================================
--- compiler-rt/trunk/test/msan/dtls_test.c (original)
+++ compiler-rt/trunk/test/msan/dtls_test.c Mon Feb 29 02:22:55 2016
@@ -4,7 +4,7 @@
 
    Regression test for a bug in msan/glibc integration,
    see https://sourceware.org/bugzilla/show_bug.cgi?id=16291
-   and https://code.google.com/p/memory-sanitizer/issues/detail?id=44
+   and https://github.com/google/sanitizers/issues/547
 */
 
 #ifndef BUILD_SO




More information about the llvm-commits mailing list