summaryrefslogtreecommitdiffstats
path: root/tools/llvmc/driver/Makefile
blob: 3dd373a51ed20efc0501c28a26803d61ea5d2d29 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
##===- tools/llvmc/driver/Makefile -------------------------*- Makefile -*-===##
#
#                     The LLVM Compiler Infrastructure
#
# This file is distributed under the University of Illinois Open
# Source License. See LICENSE.TXT for details.
#
##===----------------------------------------------------------------------===##

LEVEL = ../../..

TOOLNAME = $(LLVMC_BASED_DRIVER_NAME)
LLVMLIBS = CompilerDriver

ifneq ($(LLVMC_BUILTIN_PLUGINS),)
USEDLIBS += $(patsubst %,plugin_llvmc_%,$(LLVMC_BUILTIN_PLUGINS))
endif

LINK_COMPONENTS = support system
REQUIRES_EH := 1

include $(LEVEL)/Makefile.common
OpenPOWER on IntegriCloud