From owner-svn-src-projects@freebsd.org Fri May 5 20:45:57 2017 Return-Path: Delivered-To: svn-src-projects@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1C66BD5FB9D for ; Fri, 5 May 2017 20:45:57 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E0F7BAB9; Fri, 5 May 2017 20:45:56 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v45Kjtft051768; Fri, 5 May 2017 20:45:55 GMT (envelope-from dim@FreeBSD.org) Received: (from dim@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v45Kjttf051767; Fri, 5 May 2017 20:45:55 GMT (envelope-from dim@FreeBSD.org) Message-Id: <201705052045.v45Kjttf051767@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dim set sender to dim@FreeBSD.org using -f From: Dimitry Andric Date: Fri, 5 May 2017 20:45:55 +0000 (UTC) To: src-committers@freebsd.org, svn-src-projects@freebsd.org Subject: svn commit: r317853 - projects/clang500-import/lib/clang/include/llvm/Config X-SVN-Group: projects MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-projects@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "SVN commit messages for the src " projects" tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 May 2017 20:45:57 -0000 Author: dim Date: Fri May 5 20:45:55 2017 New Revision: 317853 URL: https://svnweb.freebsd.org/changeset/base/317853 Log: Regenerate llvm's config.h file. Modified: projects/clang500-import/lib/clang/include/llvm/Config/config.h Modified: projects/clang500-import/lib/clang/include/llvm/Config/config.h ============================================================================== --- projects/clang500-import/lib/clang/include/llvm/Config/config.h Fri May 5 20:41:29 2017 (r317852) +++ projects/clang500-import/lib/clang/include/llvm/Config/config.h Fri May 5 20:45:55 2017 (r317853) @@ -65,9 +65,6 @@ /* Define to 1 if you have the header file. */ #define HAVE_ERRNO_H 1 -/* Define to 1 if you have the header file. */ -/* #undef HAVE_EXECINFO_H */ - /* Define to 1 if you have the header file. */ #define HAVE_FCNTL_H 1 @@ -397,6 +394,9 @@ /* LLVM version information */ /* #undef LLVM_VERSION_INFO */ +/* Whether tools show host and target info when invoked with --version */ +#define LLVM_VERSION_PRINTER_SHOW_HOST_TARGET_INFO 1 + /* Major version of the LLVM API */ #define LLVM_VERSION_MAJOR 5