summaryrefslogtreecommitdiffstats
path: root/contrib/llvm/patches/README.TXT
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/llvm/patches/README.TXT')
-rw-r--r--contrib/llvm/patches/README.TXT8
1 files changed, 4 insertions, 4 deletions
diff --git a/contrib/llvm/patches/README.TXT b/contrib/llvm/patches/README.TXT
index bf840be..3799b2d 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 RC2 source tree, for example
+alphabetical order to a pristine llvm/clang 3.6.0 RC3 source tree, for example
by doing:
-svn co https://llvm.org/svn/llvm-project/llvm/tags/RELEASE_351/rc2 llvm-3.6.0-rc2
-svn co https://llvm.org/svn/llvm-project/cfe/tags/RELEASE_351/rc2 llvm-3.6.0-rc2/tools/clang
-cd llvm-3.6.0-rc2
+svn co https://llvm.org/svn/llvm-project/llvm/tags/RELEASE_360/rc3 llvm-3.6.0-rc3
+svn co https://llvm.org/svn/llvm-project/cfe/tags/RELEASE_360/rc3 llvm-3.6.0-rc3/tools/clang
+cd llvm-3.6.0-rc3
for p in /usr/src/contrib/llvm/patches/patch-*.diff; do
patch -p0 -f -F0 -E -i $p -s || break
done
OpenPOWER on IntegriCloud