[PATCH] D28446: Fix llvm-config --link-shared --libs for mingw
    Chris Bieneman via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Tue Jan 17 14:46:38 PST 2017
    
    
  
beanz added a comment.
Ah... don't know if we have one with shared libs enabled, but adding a test is still good. You probably need a new available feature added to lit for checking the dylib. In case you're unsure how to do that I wrote it up real quick and put it in a paste (https://reviews.llvm.org/P7962).
Basically with that you can write a test that has `REQUIRES: mingw32,libllvm` and it should only run when the dll is generated on mingw build hosts. Hope that helps.
https://reviews.llvm.org/D28446
    
    
More information about the llvm-commits
mailing list