blob: 26370187c55f9954866be05bbb88863141eb7571 [file] [log] [blame]
John Criswelle2fab732003-10-20 22:29:16 +00001##===- tools/llvm-link/Makefile ----------------------------*- Makefile -*-===##
2#
3# The LLVM Compiler Infrastructure
4#
Chris Lattner51167842007-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 Criswelle2fab732003-10-20 22:29:16 +00007#
8##===----------------------------------------------------------------------===##
Chris Lattner075a0b72001-10-13 07:06:23 +00009LEVEL = ../..
10
Misha Brukman3ef3beb2003-09-15 18:34:34 +000011TOOLNAME = llvm-link
Dan Gohmand6241542009-09-12 21:55:12 +000012LINK_COMPONENTS = linker bitreader bitwriter asmparser
Chris Lattner075a0b72001-10-13 07:06:23 +000013
Chris Lattnere3ff4562009-02-26 19:01:11 +000014# This tool has no plugins, optimize startup time.
15TOOL_NO_EXPORTS = 1
16
Chris Lattner075a0b72001-10-13 07:06:23 +000017include $(LEVEL)/Makefile.common