blob: 3c327dac1e977e668c3f27e4f3dbf14d9d3a7ec2 [file] [log] [blame]
Chris Lattner20b32632009-06-18 23:04:45 +00001##===- tools/llvm-mc/Makefile ------------------------------*- Makefile -*-===##
2#
3# The LLVM Compiler Infrastructure
4#
5# This file is distributed under the University of Illinois Open Source
6# License. See LICENSE.TXT for details.
7#
8##===----------------------------------------------------------------------===##
9
10LEVEL = ../..
11TOOLNAME = llvm-mc
Chris Lattner7a3716d2009-06-24 00:52:40 +000012LINK_COMPONENTS := support MC
Chris Lattner20b32632009-06-18 23:04:45 +000013
14# This tool has no plugins, optimize startup time.
15TOOL_NO_EXPORTS = 1
16
17include $(LEVEL)/Makefile.common