Fix `llvm-config` to emit the linker flag for the combined shared object built by...
authorJF Bastien <jfb@google.com>
Fri, 10 Jul 2015 20:24:17 +0000 (20:24 +0000)
committerJF Bastien <jfb@google.com>
Fri, 10 Jul 2015 20:24:17 +0000 (20:24 +0000)
commit704dc4b004d86898526414e2cf67e3876f768dea
tree25cda338161779678c9a5f395513f466f001f969
parent3569a84598d6dd2c617593e58c772fda7da09198
Fix `llvm-config` to emit the linker flag for the combined shared object built by autoconfig/make instead of the individual components.

Summary:
This fixes `llvm-config` instead of fixing the makefiles because, AIUI, LLVM's autoconfig/make build system is on the way out anyway.

This change only affects builds that use autoconfig/make.

Reviewers: jfb

Subscribers: echristo, dschuff, llvm-commits

Differential Revision: http://reviews.llvm.org/D10716

llvm-svn: 241938
llvm/tools/llvm-config/BuildVariables.inc.in
llvm/tools/llvm-config/CMakeLists.txt
llvm/tools/llvm-config/Makefile
llvm/tools/llvm-config/llvm-config.cpp