Change the path to clang's private headers. Upstream has always stored

these in $LIBDIR/clang/$VERSION/include, instead of our previous custom
location in /usr/include/clang/$VERSION.  This allows us to drop yet
another FreeBSD-specific patch.
This commit is contained in:
Dimitry Andric 2015-01-27 19:25:39 +00:00
parent 8179004eba
commit 0616204eb2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/projects/clang360-import/; revision=277803

View File

@ -8,7 +8,7 @@ LLVM_SRCS= ${.CURDIR}/../../../contrib/llvm
.PATH: ${LLVM_SRCS}/tools/clang/lib/Headers
INCSDIR=${INCLUDEDIR}/clang/3.6.0
INCSDIR=/usr/lib/clang/3.6.0/include
INCS= __stddef_max_align_t.h \
__wmmintrin_aes.h \