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

Richard Diamond via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Sep 12 14:03:42 PDT 2018


DiamondLovesYou added a comment.

In https://reviews.llvm.org/D51986#1232440, @beanz wrote:

> 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.


Ah, indeed, thanks. I'll update the other patch too.


Repository:
  rC Clang

https://reviews.llvm.org/D51986





More information about the cfe-commits mailing list