mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-13 15:37:23 +00:00
39 lines
1.0 KiB
Diff
39 lines
1.0 KiB
Diff
Index: llvm-toolchain-snapshot_3.9~svn260089/polly/lib/CMakeLists.txt
|
|
===================================================================
|
|
--- llvm-toolchain-snapshot_3.9~svn260089.orig/polly/lib/CMakeLists.txt
|
|
+++ llvm-toolchain-snapshot_3.9~svn260089/polly/lib/CMakeLists.txt
|
|
@@ -1,10 +1,10 @@
|
|
set(LLVM_NO_RTTI 1)
|
|
|
|
-set(POLLY_JSON_FILES
|
|
- JSON/json_reader.cpp
|
|
- JSON/json_value.cpp
|
|
- JSON/json_writer.cpp
|
|
-)
|
|
+# set(POLLY_JSON_FILES
|
|
+# JSON/json_reader.cpp
|
|
+# JSON/json_value.cpp
|
|
+# JSON/json_writer.cpp
|
|
+# )
|
|
|
|
set(ISL_CODEGEN_FILES
|
|
CodeGen/IslAst.cpp
|
|
@@ -46,7 +46,7 @@ add_polly_library(Polly
|
|
Support/RegisterPasses.cpp
|
|
Support/ScopHelper.cpp
|
|
Support/ScopLocation.cpp
|
|
- ${POLLY_JSON_FILES}
|
|
+# ${POLLY_JSON_FILES}
|
|
Transform/Canonicalization.cpp
|
|
Transform/CodePreparation.cpp
|
|
Transform/DeadCodeElimination.cpp
|
|
@@ -54,7 +54,7 @@ add_polly_library(Polly
|
|
${POLLY_HEADER_FILES}
|
|
)
|
|
|
|
-target_link_libraries(Polly PollyISL)
|
|
+target_link_libraries(Polly PollyISL jsoncpp)
|
|
|
|
if (BUILD_SHARED_LIBS)
|
|
target_link_libraries(Polly
|