summaryrefslogtreecommitdiffstats
path: root/tools/llvmc/example/mcc16/driver/Makefile
blob: ed9ebfdca9228a35e10fd61fd3876a048bcdd75f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
##===- llvmc/example/mcc16/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 = $(LLVMC_BASE_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