James Y Knight via llvm-dev
2016-Aug-08 20:29 UTC
[llvm-dev] Propose deleting the core, sample, support, llvm-top, and website dirs.
I'd like to "svn rm" these basically-dead directories from llvm's svn repo. Proposed commit message ======================Remove dead projects: core, sample, support, llvm-top, website. core/support: Was added in in 2007 (r39913/r39914) to start to split off some of llvm into smaller libraries. Was abandoned by December 2007, last commit to support is r44863, core never got a commit. llvm-top: Was added in 2007 in r37869, as a convenience to check out and build multiple llvm projects, as part of the above plan to split things apart. Last touched in 2009, r62840. As far as I know, completely non-functional today. sample: Was added in 2007 in r39940, and last touched late 2007 at r40403. Not actually a useful sample. website: Was added in 2007, r37886. Last update in 2007, r40389. Note: the real website lives in "www", not here. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160808/7e43835b/attachment.html>
Chandler Carruth via llvm-dev
2016-Aug-08 20:31 UTC
[llvm-dev] Propose deleting the core, sample, support, llvm-top, and website dirs.
FWIW, LGTM. All of this dates from Reid's efforts around HLVM and refactoring LLVM into more modular components. While we might well return to such goals, I don't think the current SVN trees are going to help anyone do so... Chris can probably give a more definitive final answer here though. On Mon, Aug 8, 2016 at 1:29 PM James Y Knight via llvm-dev < llvm-dev at lists.llvm.org> wrote:> I'd like to "svn rm" these basically-dead directories from llvm's svn repo. > > Proposed commit message > ======================> Remove dead projects: core, sample, support, llvm-top, website. > > core/support: > > Was added in in 2007 (r39913/r39914) to start to split off some of > llvm into smaller libraries. Was abandoned by December 2007, last > commit to support is r44863, core never got a commit. > > llvm-top: > > Was added in 2007 in r37869, as a convenience to check out and build > multiple llvm projects, as part of the above plan to split things > apart. Last touched in 2009, r62840. As far as I know, completely > non-functional today. > > sample: > > Was added in 2007 in r39940, and last touched late 2007 at r40403. Not > actually a useful sample. > > website: > > Was added in 2007, r37886. Last update in 2007, r40389. > Note: the real website lives in "www", not here. > > _______________________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org > http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160808/314c0940/attachment.html>
Chris Lattner via llvm-dev
2016-Aug-08 20:36 UTC
[llvm-dev] Propose deleting the core, sample, support, llvm-top, and website dirs.
> On Aug 8, 2016, at 1:31 PM, Chandler Carruth <chandlerc at google.com> wrote: > > FWIW, LGTM. All of this dates from Reid's efforts around HLVM and refactoring LLVM into more modular components. While we might well return to such goals, I don't think the current SVN trees are going to help anyone do so... > > Chris can probably give a more definitive final answer here though.+1 from me. -Chris> > On Mon, Aug 8, 2016 at 1:29 PM James Y Knight via llvm-dev <llvm-dev at lists.llvm.org <mailto:llvm-dev at lists.llvm.org>> wrote: > I'd like to "svn rm" these basically-dead directories from llvm's svn repo. > > Proposed commit message > ======================> Remove dead projects: core, sample, support, llvm-top, website. > > core/support: > > Was added in in 2007 (r39913/r39914) to start to split off some of > llvm into smaller libraries. Was abandoned by December 2007, last > commit to support is r44863, core never got a commit. > > llvm-top: > > Was added in 2007 in r37869, as a convenience to check out and build > multiple llvm projects, as part of the above plan to split things > apart. Last touched in 2009, r62840. As far as I know, completely > non-functional today. > > sample: > > Was added in 2007 in r39940, and last touched late 2007 at r40403. Not > actually a useful sample. > > website: > > Was added in 2007, r37886. Last update in 2007, r40389. > Note: the real website lives in "www", not here. > > _______________________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org <mailto:llvm-dev at lists.llvm.org> > http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev <http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev>-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160808/1e2879c3/attachment.html>