[llvm-branch-commits] [compiler-rt-branch] r270403 - Merging r262209:

Mohit K. Bhakkad via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Mon May 23 01:23:05 PDT 2016


Author: mohit.bhakkad
Date: Mon May 23 03:19:53 2016
New Revision: 270403

URL: http://llvm.org/viewvc/llvm-project?rev=270403&view=rev
Log:
Merging r262209:
------------------------------------------------------------------------
r262209 | mohit.bhakkad | 2016-02-29 13:52:55 +0530 (Mon, 29 Feb 2016) | 1 line

Update the link of issue
------------------------------------------------------------------------

Modified:
    compiler-rt/branches/release_38/   (props changed)
    compiler-rt/branches/release_38/test/msan/dtls_test.c

Propchange: compiler-rt/branches/release_38/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Mon May 23 03:19:53 2016
@@ -1 +1 @@
-/compiler-rt/trunk:258916,259755,260669,260839,260946,261073,261142,261148,261193,261263,261513,261721,261723,261837,261982,262302
+/compiler-rt/trunk:258916,259755,260669,260839,260946,261073,261142,261148,261193,261263,261513,261721,261723,261837,261982,262209,262302

Modified: compiler-rt/branches/release_38/test/msan/dtls_test.c
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/branches/release_38/test/msan/dtls_test.c?rev=270403&r1=270402&r2=270403&view=diff
==============================================================================
--- compiler-rt/branches/release_38/test/msan/dtls_test.c (original)
+++ compiler-rt/branches/release_38/test/msan/dtls_test.c Mon May 23 03:19:53 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-branch-commits mailing list