summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorDimitry Andric <dim@FreeBSD.org>2020-01-07 19:49:10 +0000
committerDimitry Andric <dim@FreeBSD.org>2020-01-07 19:49:10 +0000
commit6b6c643f42aa1cd85a5e0ee910b48e61f4f2d986 (patch)
tree39d937a1a8e4ed64e9137e3a18500c0a9a46cfe2 /gnu
parentff503ad092359748a1da11a54813525ac4e3ee30 (diff)
downloadsrc-test2-6b6c643f42aa1cd85a5e0ee910b48e61f4f2d986.tar.gz
src-test2-6b6c643f42aa1cd85a5e0ee910b48e61f4f2d986.zip
MFC r355940:
Move all sources from the llvm project into contrib/llvm-project. This uses the new layout of the upstream repository, which was recently migrated to GitHub, and converted into a "monorepo". That is, most of the earlier separate sub-projects with their own branches and tags were consolidated into one top-level directory, and are now branched and tagged together. Updating the vendor area to match this layout is next.
Notes
Notes: svn path=/stable/12/; revision=356462
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/cc/include/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/cc/include/Makefile b/gnu/usr.bin/cc/include/Makefile
index 1d749b9ef374..9d9ad75fd642 100644
--- a/gnu/usr.bin/cc/include/Makefile
+++ b/gnu/usr.bin/cc/include/Makefile
@@ -6,7 +6,7 @@
INCSDIR=${INCLUDEDIR}/gcc/${GCCVER}
-.PATH: ${GCCDIR}/config/${GCC_CPU} ${SRCTOP}/contrib/llvm/tools/clang/lib/Headers
+.PATH: ${GCCDIR}/config/${GCC_CPU} ${SRCTOP}/contrib/llvm-project/clang/lib/Headers
.if ${TARGET_ARCH} == "i386" || ${TARGET_ARCH} == "amd64"
INCS= ammintrin.h emmintrin.h mmintrin.h mm3dnow.h pmmintrin.h \