summaryrefslogtreecommitdiffstats
path: root/llvm/configure
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2014-03-12 22:40:22 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2014-03-12 22:40:22 +0000
commit730df071c8780a6df552a03449b956273efe01a9 (patch)
tree0e1f4c91eb22e0d732a755b1b6ee3458fccf5558 /llvm/configure
parentf4ad6983365a3b893584cf01d022c9d740cfeab1 (diff)
downloadbcm5719-llvm-730df071c8780a6df552a03449b956273efe01a9.tar.gz
bcm5719-llvm-730df071c8780a6df552a03449b956273efe01a9.zip
Remove projects/sample.
As an example that was not actually being used, it suffered from a slow bitrot. The two main issues with it were that it had no cmake support and included 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. llvm-svn: 203728
Diffstat (limited to 'llvm/configure')
-rwxr-xr-xllvm/configure3
1 files changed, 0 insertions, 3 deletions
diff --git a/llvm/configure b/llvm/configure
index 3080ea14a4d..186524764ac 100755
--- a/llvm/configure
+++ b/llvm/configure
@@ -823,7 +823,6 @@ ac_subdirs_all='projects/test-suite
projects/llvm-test
projects/poolalloc
projects/llvm-poolalloc
-projects/sample
projects/safecode
tools/polly'
@@ -3751,8 +3750,6 @@ for i in `ls ${srcdir}/projects`
do
if test -d ${srcdir}/projects/${i} ; then
case ${i} in
- sample) subdirs="$subdirs projects/sample"
- ;;
safecode) subdirs="$subdirs projects/safecode"
;;
compiler-rt) ;;
OpenPOWER on IntegriCloud