Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Sep 2015 21:39:56 +0000 (UTC)
From:      Dimitry Andric <dim@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-projects@freebsd.org
Subject:   svn commit: r288047 - in projects/clang370-import: lib/clang/include tools/build/mk
Message-ID:  <201509202139.t8KLduMf018381@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201509202139.t8KLduMf018381>