-
Notifications
You must be signed in to change notification settings - Fork 187
Closed
Labels
Description
First, it's not a hurry issue.
As I mentioned in another issue, gcc front-end is unnecessarily to be part of gcc source code, we can maintain gcc/rust as a standalone project, and users may make a link to gcc/rust so that gcc can detect it automatically.
If we do so, then we don't have to consider rebase upstream code anymore.
However, if we just remove redundant parts by git rm
, all the history is still kept in git database, and users will still clone the repo slowly. Not so perfect, but still better than keeping everything.
I've no idea about it, maybe we should ignore this issue at present?