E5ten added a comment.

@beanz Well I took libclang_shared as effectively an equivalent to the 
libLLVM.so that's created with that dylib option, and when BUILD_SHARED_LIBS is 
enabled that library is not created, in fact the option to create that library 
conflicts with BUILD_SHARED_LIBS. Also when the libs are built shared and also 
as object libraries that are linked into libclang_shared would that not cause 
the same libraries to be linked into executables twice, once through the shared 
libraries and once through libclang_shared?


Repository:
  rC Clang

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

https://reviews.llvm.org/D61909



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

Reply via email to