diff options
author | dim <dim@FreeBSD.org> | 2015-03-09 21:31:37 +0000 |
---|---|---|
committer | dim <dim@FreeBSD.org> | 2015-03-09 21:31:37 +0000 |
commit | bcd450efb239cbd7791f46cd0fa3f70b8c35d1a1 (patch) | |
tree | d84f83fdc5cc0c83b84eb72901704e6202091fa2 /contrib/llvm/patches | |
parent | 546a43cb5ff4c4477648abfc3fa5feb8042dd700 (diff) | |
download | FreeBSD-src-bcd450efb239cbd7791f46cd0fa3f70b8c35d1a1.zip FreeBSD-src-bcd450efb239cbd7791f46cd0fa3f70b8c35d1a1.tar.gz |
Update README for the 3.6.0 release.
Diffstat (limited to 'contrib/llvm/patches')
-rw-r--r-- | contrib/llvm/patches/README.TXT | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/contrib/llvm/patches/README.TXT b/contrib/llvm/patches/README.TXT index aec7653..f3fc208 100644 --- a/contrib/llvm/patches/README.TXT +++ b/contrib/llvm/patches/README.TXT @@ -1,11 +1,11 @@ This is a set of individual patches, which contain all the customizations to llvm/clang currently in the FreeBSD base system. These can be applied in -alphabetical order to a pristine llvm/clang 3.6.0 RC4 source tree, for example -by doing: +alphabetical order to a pristine llvm/clang 3.6.0 source tree, for example by +doing: -svn co https://llvm.org/svn/llvm-project/llvm/tags/RELEASE_360/rc4 llvm-3.6.0-rc4 -svn co https://llvm.org/svn/llvm-project/cfe/tags/RELEASE_360/rc4 llvm-3.6.0-rc4/tools/clang -cd llvm-3.6.0-rc4 +svn co https://llvm.org/svn/llvm-project/llvm/tags/RELEASE_360/final llvm-3.6.0 +svn co https://llvm.org/svn/llvm-project/cfe/tags/RELEASE_360/final llvm-3.6.0/tools/clang +cd llvm-3.6.0 for p in /usr/src/contrib/llvm/patches/patch-*.diff; do patch -p0 -f -F0 -E -i $p -s || break done |