[patch] Delete projects/sample

NAKAMURA Takumi geek4civic at gmail.com
Wed Mar 12 17:21:42 PDT 2014


It'd be too late :p

I was planning to introduce cmake stuff in projects/sample to confirm
FindPackage.

That said, I think FindPackage could be proven by other projects, such
as clang or lld.

2014-03-13 7:36 GMT+09:00 Rafael EspĂ­ndola <rafael.espindola at gmail.com>:
> I recently update the autoconf files to fix the mingw/cygwin build. I
> then noticed that I forgot to fix projects/sample. That is not the
> first time that has happened. In fact, project/sample seems to be
> suffering from a slow bitrot.
>
> The two main issues with it are that it has no cmake support and
> includes a copy of the autoconf directory. The reality is that
> autoconf is not easily composable. The lack of composabilty is why we
> have clang options in llvm's configure. Suggesting that users include
> a copy of autoconf/ in their projects seems a bad idea.
>
> We are also in the process of switching to cmake, so pushing autoconf
> to new project is probably not what we want.
>
> Last but not least:
>  50 files changed, 7 insertions(+), 27470 deletions(-)
>
> Cheers,
> Rafael
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
>




More information about the llvm-commits mailing list