NickThePowerful / iphone-dev

Automatically exported from code.google.com/p/iphone-dev
0 stars 0 forks source link

Change back to patching llvm-gcc with a script #83

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
With the current system of hosting part of the llvm-gcc repository in this
svn, and having the rest setup as externals is more trouble than its worth,
and causes llvm-gcc to get out of sync with both its self and llvm.

It is also the cause of Issue 70, and possibly other issues.

The best option would be to go to having the entire llvm-gcc tree as an
external and use that fill-llvm-gcc.sh again.

Original issue reported on code.google.com by Phi...@gmail.com on 18 Oct 2007 at 4:33

GoogleCodeExporter commented 9 years ago
I'm working on a diff patch which can be applied directly to the llvm-gcc svn 
tree,
without risking any changes in the svn.

Original comment by Phi...@gmail.com on 30 Oct 2007 at 7:39