2011-03-18 18:11:39 +01:00
|
|
|
##===- tools/llvm-rtdyld/Makefile --------------------------*- Makefile -*-===##
|
|
|
|
#
|
|
|
|
# The LLVM Compiler Infrastructure
|
|
|
|
#
|
|
|
|
# This file is distributed under the University of Illinois Open Source
|
|
|
|
# License. See LICENSE.TXT for details.
|
|
|
|
#
|
|
|
|
##===----------------------------------------------------------------------===##
|
|
|
|
|
2011-10-18 21:27:24 +02:00
|
|
|
LEVEL := ../..
|
|
|
|
TOOLNAME := llvm-rtdyld
|
2013-01-25 23:50:58 +01:00
|
|
|
LINK_COMPONENTS := all-targets support MC object RuntimeDyld JIT debuginfo
|
2011-03-18 18:11:39 +01:00
|
|
|
|
|
|
|
# This tool has no plugins, optimize startup time.
|
2011-10-18 21:27:24 +02:00
|
|
|
TOOL_NO_EXPORTS := 1
|
2011-03-18 18:11:39 +01:00
|
|
|
|
2011-10-18 21:27:24 +02:00
|
|
|
include $(LEVEL)/Makefile.common
|