mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-14 19:17:46 +00:00
25 lines
862 B
Diff
25 lines
862 B
Diff
Index: llvm-toolchain-snapshot_3.7~svn228304/polly/lib/Makefile
|
|
===================================================================
|
|
--- llvm-toolchain-snapshot_3.7~svn228304.orig/polly/lib/Makefile
|
|
+++ llvm-toolchain-snapshot_3.7~svn228304/polly/lib/Makefile
|
|
@@ -29,9 +29,9 @@ ISL_CODEGEN_FILES= CodeGen/IslAst.cpp \
|
|
CodeGen/IslExprBuilder.cpp \
|
|
CodeGen/IslCodeGeneration.cpp
|
|
|
|
-POLLY_JSON_FILES= JSON/json_reader.cpp \
|
|
- JSON/json_value.cpp \
|
|
- JSON/json_writer.cpp
|
|
+# POLLY_JSON_FILES= JSON/json_reader.cpp \
|
|
+# JSON/json_value.cpp \
|
|
+# JSON/json_writer.cpp
|
|
|
|
ISL_FILES= External/isl/basis_reduction_tab.c \
|
|
External/isl/isl_aff.c \
|
|
@@ -143,4 +143,5 @@ SOURCES= Polly.cpp \
|
|
#
|
|
include $(LEVEL)/Makefile.common
|
|
|
|
-LIBS += $(POLLY_LD) $(POLLY_LIB)
|
|
+LIBS += $(POLLY_LD) $(POLLY_LIB) -ljsoncpp
|
|
+
|