mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-14 02:21:13 +00:00
27 lines
886 B
Diff
27 lines
886 B
Diff
Index: llvm-toolchain-snapshot_3.6~svn216901/polly/lib/Makefile
|
|
===================================================================
|
|
--- llvm-toolchain-snapshot_3.6~svn216901.orig/polly/lib/Makefile
|
|
+++ llvm-toolchain-snapshot_3.6~svn216901/polly/lib/Makefile
|
|
@@ -13,7 +13,7 @@ LOADABLE_MODULE = 1
|
|
CPP.Flags += $(POLLY_INC)
|
|
LD.Flags += $(POLLY_LD) $(POLLY_LIB)
|
|
|
|
-LIBS += $(POLLY_LD) $(POLLY_LIB)
|
|
+LIBS += $(POLLY_LD) $(POLLY_LIB) -ljsoncpp
|
|
|
|
include $(LEVEL)/Makefile.config
|
|
|
|
@@ -35,9 +35,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
|
|
|
|
SOURCES= Polly.cpp \
|
|
Support/GICHelper.cpp \
|