From 1a0c083748e796684acbedbb1733abc16e1b7b1d Mon Sep 17 00:00:00 2001 From: Mikhail Glushenkov Date: Wed, 21 Jan 2009 13:05:00 +0000 Subject: Fix 'llvm-config --libs' output. Change the naming scheme for llvmc plugins so that they do not appear in 'llvm-config --libs' output. llvm-svn: 62687 --- llvm/tools/llvmc/plugins/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/tools/llvmc/plugins') diff --git a/llvm/tools/llvmc/plugins/Makefile b/llvm/tools/llvmc/plugins/Makefile index dab58e07581..734323f50d7 100644 --- a/llvm/tools/llvmc/plugins/Makefile +++ b/llvm/tools/llvmc/plugins/Makefile @@ -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 -- cgit v1.2.3