blob: 2553db0cd39cc891f8d353167f2a50209e54997e [file] [log] [blame]
John Criswellabe5cdc2003-10-20 22:29:16 +00001##===- tools/llvm-link/Makefile ----------------------------*- Makefile -*-===##
2#
3# The LLVM Compiler Infrastructure
4#
Chris Lattner8fa21ac2007-12-29 20:07:17 +00005# This file is distributed under the University of Illinois Open Source
6# License. See LICENSE.TXT for details.
John Criswellabe5cdc2003-10-20 22:29:16 +00007#
8##===----------------------------------------------------------------------===##
Chris Lattner9d810e02001-10-13 07:06:23 +00009
Daniel Dunbar96d812a2011-10-18 19:27:24 +000010LEVEL := ../..
11TOOLNAME := llvm-link
12LINK_COMPONENTS := linker bitreader bitwriter asmparser
Chris Lattner9d810e02001-10-13 07:06:23 +000013
Chris Lattner3f60b482009-02-26 19:01:11 +000014# This tool has no plugins, optimize startup time.
Daniel Dunbar96d812a2011-10-18 19:27:24 +000015TOOL_NO_EXPORTS := 1
Chris Lattner3f60b482009-02-26 19:01:11 +000016
Chris Lattner9d810e02001-10-13 07:06:23 +000017include $(LEVEL)/Makefile.common