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/Makefile.config.in
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/Makefile.config.in')
-rw-r--r--polly/Makefile.config.in7
1 files changed, 3 insertions, 4 deletions
diff --git a/polly/Makefile.config.in b/polly/Makefile.config.in
index fed157a3f28c..15e9d0ab3e91 100644
--- a/polly/Makefile.config.in
+++ b/polly/Makefile.config.in
@@ -42,16 +42,15 @@ POLLY_CXXFLAGS += "-fno-rtti -fno-exceptions"
POLLY_CFLAGS := -fvisibility=hidden
POLLY_CFLAGS += -w
-PLUTO_FOUND := @pluto_found@
CUDALIB_FOUND := @cuda_found@
# Set include directories
POLLY_INC := @cuda_inc@ \
- @pluto_inc@ -I$(POLLY_SRC_ROOT)/lib/JSON/include \
+ -I$(POLLY_SRC_ROOT)/lib/JSON/include \
-I$(POLLY_SRC_ROOT)/lib/External/isl/include \
-I$(POLLY_SRC_ROOT)/lib/External/isl/imath \
-I$(POLLY_SRC_ROOT)/lib/External/isl
-POLLY_LD := @cuda_ld@ @pluto_ld@
+POLLY_LD := @cuda_ld@
-POLLY_LIB := @cuda_lib@ @pluto_lib@
+POLLY_LIB := @cuda_lib@