Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Grosser <tobias@grosser.es>2015-03-30 20:54:01 +0300
committerTobias Grosser <tobias@grosser.es>2015-03-30 20:54:01 +0300
commit378e003748f00ff4e410fd02ae401283a06df277 (patch)
tree3b6af2cd0fd2dcdd28ead2f3757eea191fe5e854 /polly/autoconf
parente704c4ffd97b6fe819e076038fd5b1ede59fe7c4 (diff)
Drop libpluto support
We do not have buildbots or anything that tests this functionality, hence it most likely bitrots. People interested to use this functionality can always recover it from svn history. llvm-svn: 233570
Diffstat (limited to 'polly/autoconf')
-rw-r--r--polly/autoconf/configure.ac8
1 files changed, 0 insertions, 8 deletions
diff --git a/polly/autoconf/configure.ac b/polly/autoconf/configure.ac
index 0fd7103537af..67e53b353983 100644
--- a/polly/autoconf/configure.ac
+++ b/polly/autoconf/configure.ac
@@ -73,14 +73,6 @@ dnl **************************************************************************
dnl * Set the location of various third-party software packages
dnl **************************************************************************
-dnl Check that we have libpluto.
-saved_CXXFLAGS=$CXXFLAGS
-CXXFLAGS="$CXXFLAGS"
-find_lib_and_headers([pluto], [pluto/libpluto.h], [pluto])
-CXXFLAGS=$saved_CXXFLAGS
-AS_IF([test "x$pluto_found" = "xyes"],
- [AC_DEFINE([PLUTO_FOUND],[1],[Define if pluto found])])
-
dnl Check if CUDA lib there
dnl Disable the build of polly, even if it is checked out into tools/polly.
AC_ARG_ENABLE(polly_gpu_codegen,