vzakhari wrote:

Can you please explain why you want to link the static library by default?  For 
example, Clang has these options 
https://clang.llvm.org/docs/ClangCommandLineReference.html#cmdoption-clang-static-libgcc
 that allow users to force the static linking, and, I think, by default it 
links shared compiler support libraries.

Also, how does the full path linking of the shared library works with 
`-frtlib-add-rpath`?

https://github.com/llvm/llvm-project/pull/134362
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to