[patch] Delete projects/sample

Rafael EspĂ­ndola rafael.espindola at gmail.com
Wed Mar 12 15:36:08 PDT 2014


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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: t.patch.bz2
Type: application/x-bzip2
Size: 108503 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140312/1747a7dc/attachment.bin>


More information about the llvm-commits mailing list