mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-11 09:50:12 +00:00
Don't install Intrin.h, as this is an intrinsics header for Windows.
This commit is contained in:
parent
77414843ec
commit
b1fa820d8b
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/projects/clang370-import/; revision=288047
@ -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 \
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user