From owner-svn-src-projects@freebsd.org Sun Sep 20 21:39:57 2015 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 0C111A06AE6 for ; Sun, 20 Sep 2015 21:39:57 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::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 F18741FE0; Sun, 20 Sep 2015 21:39:56 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8KLduvs018383; Sun, 20 Sep 2015 21:39:56 GMT (envelope-from dim@FreeBSD.org) Received: (from dim@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8KLduMf018381; Sun, 20 Sep 2015 21:39:56 GMT (envelope-from dim@FreeBSD.org) Message-Id: <201509202139.t8KLduMf018381@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dim set sender to dim@FreeBSD.org using -f From: Dimitry Andric Date: Sun, 20 Sep 2015 21:39:56 +0000 (UTC) To: src-committers@freebsd.org, svn-src-projects@freebsd.org Subject: svn commit: r288047 - in projects/clang370-import: lib/clang/include 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.20 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: Sun, 20 Sep 2015 21:39:57 -0000 Author: dim Date: Sun Sep 20 21:39:55 2015 New Revision: 288047 URL: https://svnweb.freebsd.org/changeset/base/288047 Log: Don't install Intrin.h, as this is an intrinsics header for Windows. Modified: projects/clang370-import/lib/clang/include/Makefile projects/clang370-import/tools/build/mk/OptionalObsoleteFiles.inc Modified: projects/clang370-import/lib/clang/include/Makefile ============================================================================== --- projects/clang370-import/lib/clang/include/Makefile Sun Sep 20 21:21:17 2015 (r288046) +++ projects/clang370-import/lib/clang/include/Makefile Sun Sep 20 21:39:55 2015 (r288047) @@ -10,8 +10,7 @@ LLVM_SRCS= ${.CURDIR}/../../../contrib/l INCSDIR=${LIBDIR}/clang/3.7.0/include -INCS= Intrin.h \ - __stddef_max_align_t.h \ +INCS= __stddef_max_align_t.h \ __wmmintrin_aes.h \ __wmmintrin_pclmul.h \ adxintrin.h \ Modified: projects/clang370-import/tools/build/mk/OptionalObsoleteFiles.inc ============================================================================== --- projects/clang370-import/tools/build/mk/OptionalObsoleteFiles.inc Sun Sep 20 21:21:17 2015 (r288046) +++ projects/clang370-import/tools/build/mk/OptionalObsoleteFiles.inc Sun Sep 20 21:39:55 2015 (r288047) @@ -858,7 +858,6 @@ OLD_FILES+=usr/bin/clang++ OLD_FILES+=usr/bin/clang-cpp OLD_FILES+=usr/bin/clang-tblgen OLD_FILES+=usr/bin/tblgen -OLD_FILES+=usr/lib/clang/3.7.0/include/Intrin.h OLD_FILES+=usr/lib/clang/3.7.0/include/__stddef_max_align_t.h OLD_FILES+=usr/lib/clang/3.7.0/include/__wmmintrin_aes.h OLD_FILES+=usr/lib/clang/3.7.0/include/__wmmintrin_pclmul.h