diff options
| author | Mikhail Glushenkov <foldr@codedgers.com> | 2009-01-21 13:05:00 +0000 |
|---|---|---|
| committer | Mikhail Glushenkov <foldr@codedgers.com> | 2009-01-21 13:05:00 +0000 |
| commit | 1a0c083748e796684acbedbb1733abc16e1b7b1d (patch) | |
| tree | ef740ea20140d412689a2804dc55fc904d98af7c /llvm/tools/llvmc/plugins | |
| parent | fbc89cecad574a630822f27274cb3077110f0a9b (diff) | |
| download | bcm5719-llvm-1a0c083748e796684acbedbb1733abc16e1b7b1d.tar.gz bcm5719-llvm-1a0c083748e796684acbedbb1733abc16e1b7b1d.zip | |
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
Diffstat (limited to 'llvm/tools/llvmc/plugins')
| -rw-r--r-- | llvm/tools/llvmc/plugins/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |

