blob: e61f27d298b9116de86c15dab4798f83c4ac0a84 [file] [log] [blame]
Benjamin Kramer72c0d7f2011-09-13 19:42:23 +00001##===- tools/llvm-dwarfdump/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##===----------------------------------------------------------------------===##
9LEVEL = ../..
10
11TOOLNAME = llvm-dwarfdump
12LINK_COMPONENTS = DebugInfo Object
13
14# This tool has no plugins, optimize startup time.
15TOOL_NO_EXPORTS = 1
16
17include $(LEVEL)/Makefile.common