Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/bsd/llvm/dist Mark old LLVM instance as dead.



details:   https://anonhg.NetBSD.org/src/rev/4689c98f2137
branches:  trunk
changeset: 461037:4689c98f2137
user:      joerg <joerg%NetBSD.org@localhost>
date:      Wed Nov 13 22:34:11 2019 +0000

description:
Mark old LLVM instance as dead.

diffstat:

 external/bsd/llvm/dist/clang/test/ARCMT/Inputs/with space/test.h               |     15 -
 external/bsd/llvm/dist/clang/test/ARCMT/Inputs/with space/test.h.result        |     13 -
 external/bsd/llvm/dist/clang/test/ARCMT/Inputs/with space/test1.m.in           |      6 -
 external/bsd/llvm/dist/clang/test/ARCMT/Inputs/with space/test1.m.in.result    |      5 -
 external/bsd/llvm/dist/clang/test/ARCMT/Inputs/with space/test2.m.in           |      6 -
 external/bsd/llvm/dist/clang/test/ARCMT/Inputs/with space/test2.m.in.result    |      5 -
 external/bsd/llvm/dist/clang/www/demo/what is this directory.txt               |     15 -
 external/bsd/llvm/dist/llvm-configure/autoconf/AutoRegen.sh                    |     54 -
 external/bsd/llvm/dist/llvm-configure/autoconf/ExportMap.map                   |      7 -
 external/bsd/llvm/dist/llvm-configure/autoconf/LICENSE.TXT                     |     24 -
 external/bsd/llvm/dist/llvm-configure/autoconf/README.TXT                      |     14 -
 external/bsd/llvm/dist/llvm-configure/autoconf/aclocal.m4                      |    265 -
 external/bsd/llvm/dist/llvm-configure/autoconf/config.guess                    |   1529 -
 external/bsd/llvm/dist/llvm-configure/autoconf/config.sub                      |   1770 -
 external/bsd/llvm/dist/llvm-configure/autoconf/configure.ac                    |   1998 -
 external/bsd/llvm/dist/llvm-configure/autoconf/install-sh                      |    322 -
 external/bsd/llvm/dist/llvm-configure/autoconf/m4/build_exeext.m4              |     42 -
 external/bsd/llvm/dist/llvm-configure/autoconf/m4/c_printf_a.m4                |     31 -
 external/bsd/llvm/dist/llvm-configure/autoconf/m4/check_gnu_make.m4            |     26 -
 external/bsd/llvm/dist/llvm-configure/autoconf/m4/config_makefile.m4           |      9 -
 external/bsd/llvm/dist/llvm-configure/autoconf/m4/config_project.m4            |     14 -
 external/bsd/llvm/dist/llvm-configure/autoconf/m4/cxx_flag_check.m4            |      2 -
 external/bsd/llvm/dist/llvm-configure/autoconf/m4/define_subst.m4              |      5 -
 external/bsd/llvm/dist/llvm-configure/autoconf/m4/find_std_program.m4          |    118 -
 external/bsd/llvm/dist/llvm-configure/autoconf/m4/func_mmap_file.m4            |     26 -
 external/bsd/llvm/dist/llvm-configure/autoconf/m4/header_mmap_anonymous.m4     |     21 -
 external/bsd/llvm/dist/llvm-configure/autoconf/m4/huge_val.m4                  |     18 -
 external/bsd/llvm/dist/llvm-configure/autoconf/m4/link_options.m4              |    109 -
 external/bsd/llvm/dist/llvm-configure/autoconf/m4/linux_mixed_64_32.m4         |     17 -
 external/bsd/llvm/dist/llvm-configure/autoconf/m4/need_dev_zero_for_mmap.m4    |     17 -
 external/bsd/llvm/dist/llvm-configure/autoconf/m4/sanity_check.m4              |     31 -
 external/bsd/llvm/dist/llvm-configure/autoconf/m4/single_cxx_check.m4          |     16 -
 external/bsd/llvm/dist/llvm-configure/autoconf/m4/visibility_inlines_hidden.m4 |     24 -
 external/bsd/llvm/dist/llvm-configure/autoconf/missing                         |    353 -
 external/bsd/llvm/dist/llvm-configure/autoconf/mkinstalldirs                   |    150 -
 external/bsd/llvm/dist/llvm-configure/configure                                |  11657 ----------
 external/bsd/llvm/dist/llvm-configure/include/clang/Config/config.h.in         |     53 -
 external/bsd/llvm/dist/llvm-configure/include/llvm/Config/AsmParsers.def.in    |     29 -
 external/bsd/llvm/dist/llvm-configure/include/llvm/Config/AsmPrinters.def.in   |     29 -
 external/bsd/llvm/dist/llvm-configure/include/llvm/Config/Disassemblers.def.in |     29 -
 external/bsd/llvm/dist/llvm-configure/include/llvm/Config/Targets.def.in       |     28 -
 external/bsd/llvm/dist/llvm-configure/include/llvm/Config/abi-breaking.h.in    |     41 -
 external/bsd/llvm/dist/llvm-configure/include/llvm/Config/config.h.in          |    488 -
 external/bsd/llvm/dist/llvm-configure/include/llvm/Config/llvm-config.h.in     |     83 -
 external/bsd/llvm/dist/llvm-configure/include/llvm/Support/DataTypes.h.in      |    130 -
 external/bsd/llvm/dist/llvm-configure/run-autoconf                             |      4 -
 46 files changed, 0 insertions(+), 19648 deletions(-)

diffs (truncated from 19833 to 300 lines):

diff -r a981a8280e36 -r 4689c98f2137 external/bsd/llvm/dist/clang/test/ARCMT/Inputs/with space/test.h
--- a/external/bsd/llvm/dist/clang/test/ARCMT/Inputs/with space/test.h  Wed Nov 13 22:32:16 2019 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,0 @@
-@protocol NSObject
-- (oneway void)release;
-@end
-
-#ifdef PART1
-static inline void part1(id p) {
-  [p release];
-}
-#endif
-
-#ifdef PART2
-static inline void part2(id p) {
-  [p release];
-}
-#endif
diff -r a981a8280e36 -r 4689c98f2137 external/bsd/llvm/dist/clang/test/ARCMT/Inputs/with space/test.h.result
--- a/external/bsd/llvm/dist/clang/test/ARCMT/Inputs/with space/test.h.result   Wed Nov 13 22:32:16 2019 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-@protocol NSObject
-- (oneway void)release;
-@end
-
-#ifdef PART1
-static inline void part1(id p) {
-}
-#endif
-
-#ifdef PART2
-static inline void part2(id p) {
-}
-#endif
diff -r a981a8280e36 -r 4689c98f2137 external/bsd/llvm/dist/clang/test/ARCMT/Inputs/with space/test1.m.in
--- a/external/bsd/llvm/dist/clang/test/ARCMT/Inputs/with space/test1.m.in      Wed Nov 13 22:32:16 2019 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,6 +0,0 @@
-#define PART1
-#include "test.h"
-
-void test1(id p) {
-  [p release];
-}
diff -r a981a8280e36 -r 4689c98f2137 external/bsd/llvm/dist/clang/test/ARCMT/Inputs/with space/test1.m.in.result
--- a/external/bsd/llvm/dist/clang/test/ARCMT/Inputs/with space/test1.m.in.result       Wed Nov 13 22:32:16 2019 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,5 +0,0 @@
-#define PART1
-#include "test.h"
-
-void test1(id p) {
-}
diff -r a981a8280e36 -r 4689c98f2137 external/bsd/llvm/dist/clang/test/ARCMT/Inputs/with space/test2.m.in
--- a/external/bsd/llvm/dist/clang/test/ARCMT/Inputs/with space/test2.m.in      Wed Nov 13 22:32:16 2019 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,6 +0,0 @@
-#define PART2
-#include "test.h"
-
-void test2(id p) {
-  [p release];
-}
diff -r a981a8280e36 -r 4689c98f2137 external/bsd/llvm/dist/clang/test/ARCMT/Inputs/with space/test2.m.in.result
--- a/external/bsd/llvm/dist/clang/test/ARCMT/Inputs/with space/test2.m.in.result       Wed Nov 13 22:32:16 2019 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,5 +0,0 @@
-#define PART2
-#include "test.h"
-
-void test2(id p) {
-}
diff -r a981a8280e36 -r 4689c98f2137 external/bsd/llvm/dist/clang/www/demo/what is this directory.txt
--- a/external/bsd/llvm/dist/clang/www/demo/what is this directory.txt  Wed Nov 13 22:32:16 2019 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,0 @@
-This is for the LLVM+Clang browser based demo.
-It is supposed to work like the LLVM+GCC demo here: http://llvm.org/demo/ but for the BSD licensed Clang instead.
-
-Perhaps it could also be used for getting crash information and details on errors....  I'm not sure if this would require some major changes or not to report this info.  Maybe also adding ways that 
people can use it to test for errors and a way to report such errors would also be good.
-
-Status:
-Anyways, right now, these file a basically just a copy of the LLVM+GCC demo (no changes have been made).  The files don't even work right in this location on the server.  As such, someone will need 
to edit the file or rewrite it.
-
-If nobody in the LLVM community has the skills, one suggestion would be to post a request on a friendly Perl forum and see if anybody might be interested in taking on the challenge.
-
-Alternatively, you could try a PHP, Python, Ruby, or Lisp mailing list and see if there are any takers who would be interested (and willing to do a rewrite to their language of choice).
-
---
-BTW, once this feature was working, my intention was to link to it from the index.html page in the section entitled:
-Try Clang
\ No newline at end of file
diff -r a981a8280e36 -r 4689c98f2137 external/bsd/llvm/dist/llvm-configure/autoconf/AutoRegen.sh
--- a/external/bsd/llvm/dist/llvm-configure/autoconf/AutoRegen.sh       Wed Nov 13 22:32:16 2019 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,54 +0,0 @@
-#!/bin/bash
-
-die() {
-  echo "$@" 1>&2
-  exit 1
-}
-
-clean() {
-  echo $1 | sed -e 's/\\//g'
-}
-
-### NOTE: ############################################################
-### These variables specify the tool versions we want to use.
-### Periods should be escaped with backslash for use by grep.
-###
-### If you update these, please also update docs/GettingStarted.rst
-want_autoconf_version='2\.69'
-want_autoheader_version=$want_autoconf_version
-want_aclocal_version='1\.13\.4'
-### END NOTE #########################################################
-
-outfile=configure
-configfile=configure.ac
-
-want_autoconf_version_clean=$(clean $want_autoconf_version)
-want_autoheader_version_clean=$(clean $want_autoheader_version)
-want_aclocal_version_clean=$(clean $want_aclocal_version)
-
-test -d autoconf && test -f autoconf/$configfile && cd autoconf
-test -f $configfile || die "Can't find 'autoconf' dir; please cd into it first"
-autoconf --version | grep $want_autoconf_version > /dev/null
-test $? -eq 0 || die "Your autoconf was not detected as being $want_autoconf_version_clean"
-aclocal --version | grep '^aclocal.*'$want_aclocal_version > /dev/null
-test $? -eq 0 || die "Your aclocal was not detected as being $want_aclocal_version_clean"
-autoheader --version | grep '^autoheader.*'$want_autoheader_version > /dev/null
-test $? -eq 0 || die "Your autoheader was not detected as being $want_autoheader_version_clean"
-echo ""
-echo "### NOTE: ############################################################"
-echo "### If you get *any* warnings from autoconf below you MUST fix the"
-echo "### scripts in the m4 directory because there are future forward"
-echo "### compatibility or platform support issues at risk. Please do NOT"
-echo "### commit any configure script that was generated with warnings"
-echo "### present. You should get just three 'Regenerating..' lines."
-echo "######################################################################"
-echo ""
-echo "Regenerating aclocal.m4 with aclocal $want_aclocal_version_clean"
-cwd=`pwd`
-aclocal --force -I $cwd/m4 || die "aclocal failed"
-echo "Regenerating configure with autoconf $want_autoconf_version_clean"
-autoconf --force --warnings=all -o ../$outfile $configfile || die "autoconf failed"
-cd ..
-echo "Regenerating config.h.in with autoheader $want_autoheader_version_clean"
-autoheader --warnings=all -I autoconf -I autoconf/m4 autoconf/$configfile || die "autoheader failed"
-exit 0
diff -r a981a8280e36 -r 4689c98f2137 external/bsd/llvm/dist/llvm-configure/autoconf/ExportMap.map
--- a/external/bsd/llvm/dist/llvm-configure/autoconf/ExportMap.map      Wed Nov 13 22:32:16 2019 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,7 +0,0 @@
-{
-       global: main;
-               __progname;
-               environ;
-
-       local: *;
-};
diff -r a981a8280e36 -r 4689c98f2137 external/bsd/llvm/dist/llvm-configure/autoconf/LICENSE.TXT
--- a/external/bsd/llvm/dist/llvm-configure/autoconf/LICENSE.TXT        Wed Nov 13 22:32:16 2019 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,24 +0,0 @@
-------------------------------------------------------------------------------
-Autoconf Files
-------------------------------------------------------------------------------
-All autoconf files are licensed under the LLVM license with the following
-additions:
-
-llvm/autoconf/install-sh:
-       This script is licensed under the LLVM license, with the following
-       additional copyrights and restrictions:
-
-       Copyright 1991 by the Massachusetts Institute of Technology
-
-       Permission to use, copy, modify, distribute, and sell this software and its
-       documentation for any purpose is hereby granted without fee, provided that
-       the above copyright notice appear in all copies and that both that
-       copyright notice and this permission notice appear in supporting 
-       documentation, and that the name of M.I.T. not be used in advertising or
-       publicity pertaining to distribution of the software without specific,
-       written prior permission.  M.I.T. makes no representations about the
-       suitability of this software for any purpose.  It is provided "as is"
-       without express or implied warranty.
-
-Please see the source files for additional copyrights.
-
diff -r a981a8280e36 -r 4689c98f2137 external/bsd/llvm/dist/llvm-configure/autoconf/README.TXT
--- a/external/bsd/llvm/dist/llvm-configure/autoconf/README.TXT Wed Nov 13 22:32:16 2019 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,14 +0,0 @@
-Upgrading autoconf
-===============================================================================
-
-If you are in the mood to upgrade autoconf, you should:
-
- 1. Consider not upgrading.
- 2. No really, this is a hassle, you don't want to do it.
- 3. Get the new version of autoconf and put it in <SRC>
- 4. configure/build/install autoconf with --prefix=<PFX>
- 5. Run autoupdate on all the m4 macros in llvm/autoconf/m4
- 6. Run autoupdate on llvm/autoconf/configure.ac
- 7. Regenerate configure script with AutoRegen.sh
- 8. If there are any warnings from AutoRegen.sh, fix them and go to step 7.
- 9. Test, test, test.
diff -r a981a8280e36 -r 4689c98f2137 external/bsd/llvm/dist/llvm-configure/autoconf/aclocal.m4
--- a/external/bsd/llvm/dist/llvm-configure/autoconf/aclocal.m4 Wed Nov 13 22:32:16 2019 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,265 +0,0 @@
-# generated automatically by aclocal 1.13.4 -*- Autoconf -*-
-
-# Copyright (C) 1996-2013 Free Software Foundation, Inc.
-
-# This file is free software; the Free Software Foundation
-# gives unlimited permission to copy and/or distribute it,
-# with or without modifications, as long as this notice is preserved.
-
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
-# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
-# PARTICULAR PURPOSE.
-
-m4_ifndef([AC_CONFIG_MACRO_DIRS], [m4_defun([_AM_CONFIG_MACRO_DIRS], [])m4_defun([AC_CONFIG_MACRO_DIRS], [_AM_CONFIG_MACRO_DIRS($@)])])
-# Check for the extension used for executables on build platform.
-# This is necessary for cross-compiling where the build platform
-# may differ from the host platform.
-AC_DEFUN([AC_BUILD_EXEEXT],
-[
-AC_MSG_CHECKING([for executable suffix on build platform])
-AC_CACHE_VAL(ac_cv_build_exeext,
-[if test "$CYGWIN" = yes || test "$MINGW32" = yes; then
-  ac_cv_build_exeext=.exe
-else
-  ac_build_prefix=${build_alias}-
-
-  AC_CHECK_PROG(BUILD_CC, ${ac_build_prefix}gcc, ${ac_build_prefix}gcc)
-  if test -z "$BUILD_CC"; then
-     AC_CHECK_PROG(BUILD_CC, gcc, gcc)
-     if test -z "$BUILD_CC"; then
-       AC_CHECK_PROG(BUILD_CC, cc, cc, , , /usr/ucb/cc)
-     fi
-  fi
-  test -z "$BUILD_CC" && AC_MSG_ERROR([no acceptable cc found in \$PATH])
-  ac_build_link='${BUILD_CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&AS_MESSAGE_LOG_FD'
-  rm -f conftest*
-  echo 'int main () { return 0; }' > conftest.$ac_ext
-  ac_cv_build_exeext=
-  if AC_TRY_EVAL(ac_build_link); then
-    for file in conftest.*; do
-      case $file in
-      *.c | *.o | *.obj | *.dSYM) ;;
-      *) ac_cv_build_exeext=`echo $file | sed -e s/conftest//` ;;
-      esac
-    done
-  else
-    AC_MSG_ERROR([installation or configuration problem: compiler cannot create executables.])
-  fi
-  rm -f conftest*
-  test x"${ac_cv_build_exeext}" = x && ac_cv_build_exeext=blank
-fi])
-BUILD_EXEEXT=""
-test x"${ac_cv_build_exeext}" != xblank && BUILD_EXEEXT=${ac_cv_build_exeext}
-AC_MSG_RESULT(${ac_cv_build_exeext})
-ac_build_exeext=$BUILD_EXEEXT
-AC_SUBST(BUILD_EXEEXT)])
-
-#
-# Check for GNU Make.  This is originally from
-# http://www.gnu.org/software/ac-archive/htmldoc/check_gnu_make.html
-#
-AC_DEFUN([AC_CHECK_GNU_MAKE],
-[AC_CACHE_CHECK([for GNU make],[llvm_cv_gnu_make_command],
-dnl Search all the common names for GNU make
-[llvm_cv_gnu_make_command=''
- for a in "$MAKE" make gmake gnumake ; do
-  if test -z "$a" ; then continue ; fi ;
-  if  ( sh -c "$a --version" 2> /dev/null | grep GNU 2>&1 > /dev/null ) 
-  then
-   llvm_cv_gnu_make_command=$a ;
-   break;
-  fi
- done])
-dnl If there was a GNU version, then set @ifGNUmake@ to the empty string, 
-dnl '#' otherwise
- if test "x$llvm_cv_gnu_make_command" != "x"  ; then
-   ifGNUmake='' ;
- else
-   ifGNUmake='#' ;
-   AC_MSG_RESULT("Not found");
- fi
- AC_SUBST(ifGNUmake)
-])
-
-AC_DEFUN([CXX_FLAG_CHECK],
-  [AC_SUBST($1, `$CXX -Werror patsubst($2, [^-Wno-], [-W]) -fsyntax-only -xc /dev/null 2>/dev/null && echo $2`)])
-



Home | Main Index | Thread Index | Old Index