[PATCH] D51963: [Polly] Really fix Windows builds.

Michael Kruse via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 17 14:26:14 PDT 2018


Meinersbur added a comment.

Currently, when I apply this, I get the following error (Windows and Linux):

  CMake Error at cmake/modules/LLVM-Config.cmake:105 (target_link_libraries):
    Target "LLVMPolly" of type MODULE_LIBRARY may not be linked into another
    target.  One may link only to STATIC or SHARED libraries, or to executables
    with the ENABLE_EXPORTS property set.
  Call Stack (most recent call first):
    cmake/modules/LLVM-Config.cmake:93 (explicit_llvm_config)
    cmake/modules/AddLLVM.cmake:774 (llvm_config)
    cmake/modules/AddLLVM.cmake:1108 (add_llvm_executable)
    tools/polly/unittests/CMakeLists.txt:9 (add_unittest)
    tools/polly/unittests/Isl/CMakeLists.txt:1 (add_polly_unittest)

Can you ping this review when the a forthcoming patch to LLVM has landed?


Repository:
  rPLO Polly

https://reviews.llvm.org/D51963





More information about the llvm-commits mailing list