Don't install Intrin.h, as this is an intrinsics header for Windows.

This commit is contained in:
Dimitry Andric 2015-09-20 21:39:55 +00:00
parent 77414843ec
commit b1fa820d8b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/projects/clang370-import/; revision=288047
2 changed files with 1 additions and 3 deletions

View file

@ -10,8 +10,7 @@ LLVM_SRCS= ${.CURDIR}/../../../contrib/llvm
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 \

View file

@ -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