mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-14 03:51:40 +00:00
25 lines
912 B
Diff
25 lines
912 B
Diff
Index: llvm-toolchain-snapshot_3.8~svn243372/polly/lib/Makefile
|
|
===================================================================
|
|
--- llvm-toolchain-snapshot_3.8~svn243372.orig/polly/lib/Makefile
|
|
+++ llvm-toolchain-snapshot_3.8~svn243372/polly/lib/Makefile
|
|
@@ -26,9 +26,9 @@ ISL_CODEGEN_FILES= CodeGen/IslAst.cpp \
|
|
CodeGen/IslNodeBuilder.cpp \
|
|
CodeGen/CodeGeneration.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 \
|
|
@@ -142,4 +142,5 @@ SOURCES= Polly.cpp \
|
|
#
|
|
include $(LEVEL)/Makefile.common
|
|
|
|
-LIBS += $(POLLY_LD) $(POLLY_LIB)
|
|
+LIBS += $(POLLY_LD) $(POLLY_LIB) -ljsoncpp
|
|
+
|