(Hopefully) unbreak Apple-style builds.
[llvm/msp430.git] / tools / llvm-dis / Makefile
blobdfd5e34981239f0171d6acd8c9e594fb0b60a22a
1 ##===- tools/llvm-dis/Makefile ------------------------------*- Makefile -*-===##
2 #
3 # The LLVM Compiler Infrastructure
5 # This file is distributed under the University of Illinois Open Source
6 # License. See LICENSE.TXT for details.
7 #
8 ##===----------------------------------------------------------------------===##
9 LEVEL = ../..
11 TOOLNAME = llvm-dis
12 LINK_COMPONENTS := bitreader
13 REQUIRES_EH := 1
15 # This tool has no plugins, optimize startup time.
16 TOOL_NO_EXPORTS = 1
18 include $(LEVEL)/Makefile.common