Hahnfeld added a comment. This change doesn't break existing tests but maybe I should extend `linux-ld.c` and so on?
About the impact: Which libraries are there next to clang that could conflict with the system? When I look at my current installation dir: - `libLLVM*`, `libclang*`, `liblld*` libraries which should be fine to use - `libc++`, `libc++experimental`, `libc++abi` and `libunwind` which we really want to use IMO - OpenMP runtime(s) which are fine to use (or even better than the system default) - I'm not sure about `libLTO` but I *think* that users do not link to this library directly? https://reviews.llvm.org/D26244 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits