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:
authorJohannes Doerfert <doerfert@uni-saarland.de>2014-08-13 21:49:16 +0400
committerJohannes Doerfert <doerfert@uni-saarland.de>2014-08-13 21:49:16 +0400
commit5aa2194ea54135dbed754cb2f74fe17416e3e2e2 (patch)
tree6b89b4bd55f2ad21fe93d8a577f7357124544ce0 /polly/autoconf
parentc7826524acda6a9c8816261d5c48b94dc92935ed (diff)
[Polly] Remove the PoCC and ScopLib support
Remove the PoCC and ScopLib support from Polly as we do not have a user/maintainer for it. Differential Revision: http://reviews.llvm.org/D4871 llvm-svn: 215563
Diffstat (limited to 'polly/autoconf')
-rw-r--r--polly/autoconf/configure.ac13
1 files changed, 0 insertions, 13 deletions
diff --git a/polly/autoconf/configure.ac b/polly/autoconf/configure.ac
index f2be9e4e9190..dc7f8919a9b9 100644
--- a/polly/autoconf/configure.ac
+++ b/polly/autoconf/configure.ac
@@ -99,19 +99,6 @@ CXXFLAGS=$saved_CXXFLAGS
AS_IF([test "x$pluto_found" = "xyes"],
[AC_DEFINE([PLUTO_FOUND],[1],[Define if pluto found])])
-dnl Check that we have scoplib.
-find_lib_and_headers([scoplib], [scoplib/scop.h], [scoplib])
-AS_IF([test "x$scoplib_found" = "xyes"],
- [AC_DEFINE([SCOPLIB_FOUND],[1],[Define if scoplib found])])
-
-if test "x$scoplib_found" = "xyes"; then :
- scoplib_rpath="-Wl,-rpath=$given_lib_path"
-else
- scoplib_rpath=""
-fi
-
-AC_SUBST(scoplib_rpath)
-
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,