[PATCH] D30043: [Polly][Cmake] Optionally use a system isl version.

Philip Pfaffe via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 21 06:01:22 PST 2017


philip.pfaffe marked an inline comment as done.
philip.pfaffe added inline comments.


================
Comment at: CMakeLists.txt:185
+  foreach (opt IN LISTS SYSTEM_ISL_CFLAGS SYSTEM_CFLAGS_OTHER)
+    set_property(TARGET SystemISL APPEND PROPERTY INTERFACE_COMPILE_OPTIONS ${opt})
+  endforeach()
----------------
Meinersbur wrote:
> `target_compile_options`?
This doesn't apply for IMPORTED targets.


https://reviews.llvm.org/D30043





More information about the llvm-commits mailing list