Displaying 1 result from an estimated 1 matches for "r39914".
Did you mean:
139914
2016 Aug 08
2
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
a...