Displaying 2 results from an estimated 2 matches for "llvm_70".
Did you mean:
llvm_30
2018 Mar 17
1
Local svn strategy for future LLVM release updates
...eir 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 development on trunk/myproj70
I’m pretty sure this will work, what I don’t like about it is that every 6 months we are rebasing ou...
2018 Mar 16
0
local svn strategy for LLVM release updates
...eir 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 development on trunk/myproj70
I’m pretty sure this will work, what I don’t like about it is that every 6 months we are rebasing ou...