pass machinemoduleinfo down into getSymbolForDwarfGlobalReference,
[llvm/avr.git] / tools / llvmc / plugins / Makefile
blob37dac6f0ac050cc0ee57393af9fa2013bc1586ba
1 ##===- tools/llvmc/plugins/Makefile ------------------------*- Makefile -*-===##
3 # The LLVM Compiler Infrastructure
5 # This file is distributed under the University of Illinois Open
6 # Source License. See LICENSE.TXT for details.
8 ##===----------------------------------------------------------------------===##
10 LEVEL = ../../..
12 ifneq ($(LLVMC_BUILTIN_PLUGINS),)
13 DIRS = $(LLVMC_BUILTIN_PLUGINS)
14 endif
16 export LLVMC_BUILTIN_PLUGIN=1
18 include $(LEVEL)/Makefile.common