diff options
author | dim <dim@FreeBSD.org> | 2015-12-30 14:06:01 +0000 |
---|---|---|
committer | dim <dim@FreeBSD.org> | 2015-12-30 14:06:01 +0000 |
commit | b586cbcebeb2c7b4e16657af9fab469508d60c40 (patch) | |
tree | 0933b046ced62261eda4c173dde0c430d2866119 /contrib/llvm/patches | |
parent | e71dce114233645ffe6a36ac051201c7675ac954 (diff) | |
download | FreeBSD-src-b586cbcebeb2c7b4e16657af9fab469508d60c40.zip FreeBSD-src-b586cbcebeb2c7b4e16657af9fab469508d60c40.tar.gz |
Using trunk for now, instead of 3.7.1.
Diffstat (limited to 'contrib/llvm/patches')
-rw-r--r-- | contrib/llvm/patches/README.TXT | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/contrib/llvm/patches/README.TXT b/contrib/llvm/patches/README.TXT index 96112b6..d3898f5 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.7.1 source tree, for example by +alphabetical order to a pristine llvm/clang trunk source tree, for example by doing: -svn co https://llvm.org/svn/llvm-project/llvm/trunk llvm-3.7.1 -svn co https://llvm.org/svn/llvm-project/cfe/trunk llvm-3.7.1/tools/clang -cd llvm-3.7.1 +svn co https://llvm.org/svn/llvm-project/llvm/trunk llvm-trunk +svn co https://llvm.org/svn/llvm-project/cfe/trunk llvm-trunk/tools/clang +cd llvm-trunk for p in /usr/src/contrib/llvm/patches/patch-*.diff; do patch -p0 -f -F0 -E -i $p -s || break done |