mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-12 09:21:17 +00:00
25 lines
862 B
Diff
25 lines
862 B
Diff
Index: llvm-toolchain-snapshot_3.7~svn236310/polly/lib/Makefile
|
|
===================================================================
|
|
--- llvm-toolchain-snapshot_3.7~svn236310.orig/polly/lib/Makefile
|
|
+++ llvm-toolchain-snapshot_3.7~svn236310/polly/lib/Makefile
|
|
@@ -26,9 +26,9 @@ ISL_CODEGEN_FILES= CodeGen/IslAst.cpp \
|
|
CodeGen/IslNodeBuilder.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 \
|
|
@@ -144,4 +144,5 @@ SOURCES= Polly.cpp \
|
|
#
|
|
include $(LEVEL)/Makefile.common
|
|
|
|
-LIBS += $(POLLY_LD) $(POLLY_LIB)
|
|
+LIBS += $(POLLY_LD) $(POLLY_LIB) -ljsoncpp
|
|
+
|