[PATCH] Fix `llvm-config` to emit the linker flag for the combined shared object built by autoconfig/make instead of the individual components.

JF Bastien jfb at chromium.org
Wed Jun 24 16:34:41 PDT 2015


IIUC this is a problem when a toolchain is built with autoconf with dynamic libraries, and only ships the dynamic libraries (not the intermediate `.a` files). A regular build of LLVM has these `.a` files and aggregates all of them into the `.so`, so a toolchain would be silly to distribute the `.a` files because they're redundant.

This change seems useful, but I'd defer to folks such as @echristo who know better than I what LLVM's build system expects.


REPOSITORY
  rL LLVM

http://reviews.llvm.org/D10716

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/






More information about the llvm-commits mailing list