mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-11-02 22:23:10 +00:00
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 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@241938 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -26,3 +26,5 @@
|
||||
#define LLVM_LIBDIR_SUFFIX "@LLVM_LIBDIR_SUFFIX@"
|
||||
#define LLVM_TARGETS_BUILT "@LLVM_TARGETS_BUILT@"
|
||||
#define LLVM_SYSTEM_LIBS "@LLVM_SYSTEM_LIBS@"
|
||||
#define BUILD_SHARED_LIBS "@BUILD_SHARED_LIBS@"
|
||||
#define WAS_BUILT_WITH_CMAKE "@WAS_BUILT_WITH_CMAKE@"
|
||||
|
||||
Reference in New Issue
Block a user