Using trunk for now, instead of 3.7.1.
This commit is contained in:
parent
b9695a57f6
commit
9e2dc66723
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user