Displaying 1 result from an estimated 1 matches for "lvm_60".
Did you mean:
llvm_60
2018 Mar 17
1
Local svn strategy for future LLVM release updates
...aps I’m not looking for the right keywords, if so please help me out and point me to any relevant docs.
Could others share their experiences with maintaining local LLVM projects?
Without any further guidance, the path we will follow comprises of the following flow:
Create a local repo with trunk/llvm_60
Copy trunk/llvm_60 to trunk/myproj60
Make project changes on trunk/myproj60
When LLVM 7.0 is released, create trunk/llvm_70 and copy this to trunk/myproj70
Diff trunk/llvm_60 with trunk/myproj60, identify and fix any conflicts, and apply resulting patch to trunk/myproj70
Continue project develo...