[libcxxabi] r244773 - Merging r244004:

Hans Wennborg via cfe-commits cfe-commits at lists.llvm.org
Wed Aug 12 10:16:16 PDT 2015


Author: hans
Date: Wed Aug 12 12:16:15 2015
New Revision: 244773

URL: http://llvm.org/viewvc/llvm-project?rev=244773&view=rev
Log:
Merging r244004:
------------------------------------------------------------------------
r244004 | tbrethou | 2015-08-04 21:01:26 -0700 (Tue, 04 Aug 2015) | 2 lines

Update to new lists.llvm.org

------------------------------------------------------------------------

Modified:
    libcxxabi/branches/release_37/   (props changed)
    libcxxabi/branches/release_37/CMakeLists.txt
    libcxxabi/branches/release_37/www/index.html

Propchange: libcxxabi/branches/release_37/
------------------------------------------------------------------------------
    svn:mergeinfo = /libcxxabi/trunk:244004

Modified: libcxxabi/branches/release_37/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/libcxxabi/branches/release_37/CMakeLists.txt?rev=244773&r1=244772&r2=244773&view=diff
==============================================================================
--- libcxxabi/branches/release_37/CMakeLists.txt (original)
+++ libcxxabi/branches/release_37/CMakeLists.txt Wed Aug 12 12:16:15 2015
@@ -66,7 +66,7 @@ if (CMAKE_SOURCE_DIR STREQUAL CMAKE_CURR
   set(PACKAGE_NAME libcxxabi)
   set(PACKAGE_VERSION 3.7.0svn)
   set(PACKAGE_STRING "${PACKAGE_NAME} ${PACKAGE_VERSION}")
-  set(PACKAGE_BUGREPORT "llvmbugs at cs.uiuc.edu")
+  set(PACKAGE_BUGREPORT "llvm-bugs at lists.llvm.org")
 
   if(EXISTS ${LLVM_MAIN_SRC_DIR}/utils/lit/lit.py)
     set(LLVM_LIT ${LLVM_MAIN_SRC_DIR}/utils/lit/lit.py)

Modified: libcxxabi/branches/release_37/www/index.html
URL: http://llvm.org/viewvc/llvm-project/libcxxabi/branches/release_37/www/index.html?rev=244773&r1=244772&r2=244773&view=diff
==============================================================================
--- libcxxabi/branches/release_37/www/index.html (original)
+++ libcxxabi/branches/release_37/www/index.html Wed Aug 12 12:16:15 2015
@@ -22,8 +22,8 @@
 
   <div class="submenu">
     <label>Quick Links</label>
-    <a href="http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev">cfe-dev</a>
-    <a href="http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits">cfe-commits</a>
+    <a href="http://lists.llvm.org/mailman/listinfo/cfe-dev">cfe-dev</a>
+    <a href="http://lists.llvm.org/mailman/listinfo/cfe-commits">cfe-commits</a>
     <a href="http://llvm.org/bugs/">Bug Reports</a>
     <a href="http://llvm.org/svn/llvm-project/libcxxabi/trunk/">Browse SVN</a>
     <a href="http://llvm.org/viewvc/llvm-project/libcxxabi/trunk/">Browse ViewVC</a>
@@ -119,7 +119,7 @@
   a different ABI library), this may interfere with test results.</p>
 
   <p>Send discussions to the
-  (<a href="http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev">clang mailing list</a>).</p>
+  (<a href="http://lists.llvm.org/mailman/listinfo/cfe-dev">clang mailing list</a>).</p>
 
   <!--=====================================================================-->
   <h2>Frequently asked questions</h2>




More information about the cfe-commits mailing list