From 2d14d3b5292590abfaaec58e69833251b308a7b1 Mon Sep 17 00:00:00 2001 From: "Mohit K. Bhakkad" Date: Mon, 29 Feb 2016 08:22:55 +0000 Subject: [PATCH] Update the link of issue llvm-svn: 262209 --- compiler-rt/test/msan/dtls_test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler-rt/test/msan/dtls_test.c b/compiler-rt/test/msan/dtls_test.c index 4036f71..49d95c4 100644 --- a/compiler-rt/test/msan/dtls_test.c +++ b/compiler-rt/test/msan/dtls_test.c @@ -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 -- 2.7.4