[PATCH] D39355: [dsymutil] Implement the --threads option

Adrian Prantl via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 31 16:19:14 PDT 2017


aprantl added a comment.

> Our build uses -DLLVM_BUILD_LLVM_DYLIB=ON and -DLLVM_LINK_LLVM_DYLIB=ON, and we include lld, which my theory is then that both options are statically included in libLLVM, even though they should otherwise share no code.

dsymutil is a tool — I'm surprised that it makes it into libLLVM at all. Could this be a bug in the CMake scripts?


Repository:
  rL LLVM

https://reviews.llvm.org/D39355





More information about the llvm-commits mailing list