Meinersbur added a comment.

I looks to work fine under my Windows and Linux configuration. One Point though:

  llvm-config --libs Extensions

returns

  [...] -lPollyPPCG -lPollyISL -lPolly

I think `-lPolly` must be first to work with bfd.ld order semantics. See 
https://stackoverflow.com/questions/45135/why-does-the-order-in-which-libraries-are-linked-sometimes-cause-errors-in-gcc
 , lld and Microsoft's link.exe don't care less about the order.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D78192/new/

https://reviews.llvm.org/D78192



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to