mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-04 10:30:01 +00:00
Fix 'llvm-config --libs' output.
Change the naming scheme for llvmc plugins so that they do not appear in 'llvm-config --libs' output. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@62687 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
b6b514124d
commit
e441b831c0
@ -13,7 +13,7 @@ LINK_COMPONENTS = support system
|
||||
REQUIRES_EH := 1
|
||||
|
||||
ifneq ($(BUILTIN_PLUGINS),)
|
||||
USEDLIBS = $(patsubst %,LLVMC%,$(BUILTIN_PLUGINS))
|
||||
USEDLIBS = $(patsubst %,plugin_llvmc_%,$(BUILTIN_PLUGINS))
|
||||
endif
|
||||
|
||||
include $(LEVEL)/Makefile.common
|
||||
|
@ -21,7 +21,7 @@ else # LLVMC_PLUGIN
|
||||
|
||||
LEVEL = ../../../..
|
||||
|
||||
LIBRARYNAME := $(patsubst %,LLVMC%,$(LLVMC_PLUGIN))
|
||||
LIBRARYNAME := $(patsubst %,plugin_llvmc_%,$(LLVMC_PLUGIN))
|
||||
REQUIRES_EH = 1
|
||||
|
||||
ifndef BUILTIN_LLVMC_PLUGIN
|
||||
|
Loading…
x
Reference in New Issue
Block a user