search for: release_60llvm_60

Displaying 1 result from an estimated 1 matches for "release_60llvm_60".

2018 Mar 17
1
Local svn strategy for future LLVM release updates
...svn mkdir file://`pwd`/repos/llvm<file:///%60pwd%60/repos/llvm> svn mkdir file://`pwd`/repos/llvm/trunk<file:///%60pwd%60/repos/llvm/trunk> svn mkdir file://`pwd`/repos/llvm/branches<file:///%60pwd%60/repos/llvm/branches> svn export http://llvm.org/svn/llvm-project/llvm/branches/release_60llvm_60 svn import llvm_60 file://`pwd`/repos/llvm/trunk/llvm_60<file:///%60pwd%60/repos/llvm/trunk/llvm_60> svn copy trunk/llvm_60 file://`pwd`/repos/llvm/trunk/myproj60<file:///%60pwd%60/repos/llvm/trunk/myproj60> //Make project changes to trunk/myproj60. //When next llvm release is avai...