[PATCH] D51986: Fixes for `LLVM_LINK_LLVM_DYLIB` && Polly.

Chris Bieneman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Sep 12 13:57:14 PDT 2018


beanz added a comment.

After line 18 in this file you could do something like:

  if(WITH_POLLY)
  list(APPEND LLVM_LINK_COMPONENTS Polly)
  endif()

Then you can get rid of the `target_link_libraries` call.


Repository:
  rC Clang

https://reviews.llvm.org/D51986





More information about the cfe-commits mailing list