[PATCH] D24046: [compiler-rt] Fix library suffixes on windows

Chris Bieneman via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 30 13:01:08 PDT 2016


beanz added a comment.

I question if this is correct. When targeting Windows `CMAKE_STATIC_LIBRARY_SUFFIX` should be ".lib" by default, unless you're targeting MinGW or Cygwin, in which case it is ".a".

Is this not what you're experiencing?


https://reviews.llvm.org/D24046





More information about the llvm-commits mailing list