[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 12:15:50 PDT 2018
    
    
  
beanz added a comment.
I don’t think this is the right solution. The build system knows what components are in the dylib and should remove them from the list of libraries linked individually. You should be able to make Polly behave like an LLVM component, then tools don’t need to care if the dylib is used or not.
Repository:
  rC Clang
https://reviews.llvm.org/D51986
    
    
More information about the cfe-commits
mailing list