From owner-svn-src-projects@freebsd.org Fri Dec 2 19:40:02 2016 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 491E5C63AC4 for ; Fri, 2 Dec 2016 19:40:02 +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 F27A2236; Fri, 2 Dec 2016 19:40:01 +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 uB2Je1H0083467; Fri, 2 Dec 2016 19:40:01 GMT (envelope-from dim@FreeBSD.org) Received: (from dim@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uB2Je0ni083464; Fri, 2 Dec 2016 19:40:00 GMT (envelope-from dim@FreeBSD.org) Message-Id: <201612021940.uB2Je0ni083464@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dim set sender to dim@FreeBSD.org using -f From: Dimitry Andric Date: Fri, 2 Dec 2016 19:40:00 +0000 (UTC) To: src-committers@freebsd.org, svn-src-projects@freebsd.org Subject: svn commit: r309438 - in projects/clang391-import: lib/clang/headers lib/clang/include/clang/Basic tools/build/mk 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, 02 Dec 2016 19:40:02 -0000 Author: dim Date: Fri Dec 2 19:40:00 2016 New Revision: 309438 URL: https://svnweb.freebsd.org/changeset/base/309438 Log: Update build glue for clang 3.9.1 r288513. Modified: projects/clang391-import/lib/clang/headers/Makefile projects/clang391-import/lib/clang/include/clang/Basic/Version.inc projects/clang391-import/tools/build/mk/OptionalObsoleteFiles.inc Modified: projects/clang391-import/lib/clang/headers/Makefile ============================================================================== --- projects/clang391-import/lib/clang/headers/Makefile Fri Dec 2 19:36:28 2016 (r309437) +++ projects/clang391-import/lib/clang/headers/Makefile Fri Dec 2 19:40:00 2016 (r309438) @@ -54,6 +54,7 @@ INCS+= mm3dnow.h INCS+= mm_malloc.h INCS+= mmintrin.h INCS+= module.modulemap +INCS+= msa.h INCS+= mwaitxintrin.h INCS+= nmmintrin.h INCS+= opencl-c.h Modified: projects/clang391-import/lib/clang/include/clang/Basic/Version.inc ============================================================================== --- projects/clang391-import/lib/clang/include/clang/Basic/Version.inc Fri Dec 2 19:36:28 2016 (r309437) +++ projects/clang391-import/lib/clang/include/clang/Basic/Version.inc Fri Dec 2 19:40:00 2016 (r309438) @@ -7,4 +7,4 @@ #define CLANG_VENDOR "FreeBSD " -#define SVN_REVISION "287912" +#define SVN_REVISION "288513" Modified: projects/clang391-import/tools/build/mk/OptionalObsoleteFiles.inc ============================================================================== --- projects/clang391-import/tools/build/mk/OptionalObsoleteFiles.inc Fri Dec 2 19:36:28 2016 (r309437) +++ projects/clang391-import/tools/build/mk/OptionalObsoleteFiles.inc Fri Dec 2 19:40:00 2016 (r309438) @@ -1195,6 +1195,7 @@ OLD_FILES+=usr/lib/clang/3.9.1/include/m OLD_FILES+=usr/lib/clang/3.9.1/include/mm_malloc.h OLD_FILES+=usr/lib/clang/3.9.1/include/mmintrin.h OLD_FILES+=usr/lib/clang/3.9.1/include/module.modulemap +OLD_FILES+=usr/lib/clang/3.9.1/include/msa.h OLD_FILES+=usr/lib/clang/3.9.1/include/mwaitxintrin.h OLD_FILES+=usr/lib/clang/3.9.1/include/nmmintrin.h OLD_FILES+=usr/lib/clang/3.9.1/include/opencl-c.h