[poolalloc] r244010 - Update links to new lists.llvm.org
Tanya Lattner
tonic at nondot.org
Tue Aug 4 21:44:27 PDT 2015
Author: tbrethou
Date: Tue Aug 4 23:44:27 2015
New Revision: 244010
URL: http://llvm.org/viewvc/llvm-project?rev=244010&view=rev
Log:
Update links to new lists.llvm.org
Modified:
poolalloc/trunk/README
poolalloc/trunk/autoconf/configure.ac
poolalloc/trunk/configure
poolalloc/trunk/test/dsa/types/mrv.ll
Modified: poolalloc/trunk/README
URL: http://llvm.org/viewvc/llvm-project/poolalloc/trunk/README?rev=244010&r1=244009&r2=244010&view=diff
==============================================================================
--- poolalloc/trunk/README (original)
+++ poolalloc/trunk/README Tue Aug 4 23:44:27 2015
@@ -77,5 +77,5 @@ LLVM DEVELOPER'S MAILING LIST
=============================
The LLVM Developer's Mailing List provides announcements and general discussion
about LLVM. The list is low volume. You can subscribe to it at
-http://mail.cs.uiuc.edu/mailman/listinfo/llvmdev.
+http://lists.llvm.org/mailman/listinfo/llvm-dev.
Modified: poolalloc/trunk/autoconf/configure.ac
URL: http://llvm.org/viewvc/llvm-project/poolalloc/trunk/autoconf/configure.ac?rev=244010&r1=244009&r2=244010&view=diff
==============================================================================
--- poolalloc/trunk/autoconf/configure.ac (original)
+++ poolalloc/trunk/autoconf/configure.ac Tue Aug 4 23:44:27 2015
@@ -1,7 +1,7 @@
dnl **************************************************************************
dnl * Initialize
dnl **************************************************************************
-AC_INIT([[[Pool Allocation]]],[[[1.0]]],[llvmbugs at cs.uiuc.edu])
+AC_INIT([[[Pool Allocation]]],[[[1.0]]],[llvm-bugs at lists.llvm.org])
dnl Identify where LLVM source tree is
LLVM_SRC_ROOT="`(cd $srcdir/../..; pwd)`"
Modified: poolalloc/trunk/configure
URL: http://llvm.org/viewvc/llvm-project/poolalloc/trunk/configure?rev=244010&r1=244009&r2=244010&view=diff
==============================================================================
--- poolalloc/trunk/configure (original)
+++ poolalloc/trunk/configure Tue Aug 4 23:44:27 2015
@@ -2,7 +2,7 @@
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.59 for [Pool Allocation] [1.0].
#
-# Report bugs to <llvmbugs at cs.uiuc.edu>.
+# Report bugs to <llvm-bugs at lists.llvm.org>.
#
# Copyright (C) 2003 Free Software Foundation, Inc.
# This configure script is free software; the Free Software Foundation
@@ -271,7 +271,7 @@ PACKAGE_NAME='[Pool Allocation]'
PACKAGE_TARNAME='--pool-allocation--'
PACKAGE_VERSION='[1.0]'
PACKAGE_STRING='[Pool Allocation] [1.0]'
-PACKAGE_BUGREPORT='llvmbugs at cs.uiuc.edu'
+PACKAGE_BUGREPORT='llvm-bugs at lists.llvm.org'
ac_unique_file=""Makefile.common.in""
# Factoring default headers for most tests.
@@ -865,7 +865,7 @@ Some influential environment variables:
Use these variables to override the choices made by `configure' or to help
it to find libraries and programs with nonstandard names/locations.
-Report bugs to <llvmbugs at cs.uiuc.edu>.
+Report bugs to <llvm-bugs at lists.llvm.org>.
_ACEOF
fi
@@ -3072,7 +3072,7 @@ echo "$as_me: WARNING: $ac_header: in th
(
cat <<\_ASBOX
## ----------------------------------- ##
-## Report this to llvmbugs at cs.uiuc.edu ##
+## Report this to llvm-bugs at lists.llvm.org ##
## ----------------------------------- ##
_ASBOX
) |
@@ -3225,7 +3225,7 @@ echo "$as_me: WARNING: $ac_header: in th
(
cat <<\_ASBOX
## ----------------------------------- ##
-## Report this to llvmbugs at cs.uiuc.edu ##
+## Report this to llvm-bugs at lists.llvm.org ##
## ----------------------------------- ##
_ASBOX
) |
Modified: poolalloc/trunk/test/dsa/types/mrv.ll
URL: http://llvm.org/viewvc/llvm-project/poolalloc/trunk/test/dsa/types/mrv.ll?rev=244010&r1=244009&r2=244010&view=diff
==============================================================================
--- poolalloc/trunk/test/dsa/types/mrv.ll (original)
+++ poolalloc/trunk/test/dsa/types/mrv.ll Tue Aug 4 23:44:27 2015
@@ -16,7 +16,7 @@ target triple = "x86_64-unknown-linux-gn
; Function foo, actually accepts an object of struct S. But as
; per calling conventions, the value is passed in registers, after
; conversion to a float and a double.
-; See http://lists.cs.uiuc.edu/pipermail/llvmdev/2010-January/028986.html
+; See http://lists.llvm.org/pipermail/llvm-dev/2010-January/028986.html
%0 = type { double, float }
%struct.S = type { float, float, float }
More information about the llvm-commits
mailing list