diff options
author | dim <dim@FreeBSD.org> | 2015-05-30 15:36:23 +0000 |
---|---|---|
committer | dim <dim@FreeBSD.org> | 2015-05-30 15:36:23 +0000 |
commit | 3cd22c5584a700a2036b948ef96ae41bbd233bb6 (patch) | |
tree | e9f6288dce1b090572b6ade998862abc53e54b80 /contrib/llvm/patches/README.TXT | |
parent | e3e0f940d5a51d987e16f07a7e27c1a99c8972c2 (diff) | |
download | FreeBSD-src-3cd22c5584a700a2036b948ef96ae41bbd233bb6.zip FreeBSD-src-3cd22c5584a700a2036b948ef96ae41bbd233bb6.tar.gz |
Drop llvm/clang patches which are no longer necessary.
Diffstat (limited to 'contrib/llvm/patches/README.TXT')
-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 7bc26d2..220baf0 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.1 source tree, for example by +alphabetical order to a pristine llvm/clang 3.7.0 source tree, for example by doing: -svn co https://llvm.org/svn/llvm-project/llvm/tags/RELEASE_361/final llvm-3.6.1 -svn co https://llvm.org/svn/llvm-project/cfe/tags/RELEASE_361/final llvm-3.6.1/tools/clang -cd llvm-3.6.1 +svn co https://llvm.org/svn/llvm-project/llvm/trunk llvm-3.7.0 +svn co https://llvm.org/svn/llvm-project/cfe/trunk llvm-3.7.0/tools/clang +cd llvm-3.7.0 for p in /usr/src/contrib/llvm/patches/patch-*.diff; do patch -p0 -f -F0 -E -i $p -s || break done |