mgorny added a comment. Side note: I see that gcc is solving similar problem via .spec files for its libraries, e.g.:
$ cat /usr/lib/gcc/x86_64-pc-linux-gnu/5.4.0/libgomp.spec # This spec file is read by gcc when linking. It is used to specify the # standard libraries we need in order to link with libgomp. *link_gomp: -lgomp %{static: -ldl } If we wanted to be more portable, I guess we could establish something similar for clang, and install such a file along with libc++. However, I don't know if that's a problem. https://reviews.llvm.org/D25008 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits