blob: 7ca1a8d877d028a31a5fd54c16b5e3539e6bd77b [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##===----------------------------------------------------------------------===##
Benjamin Kramer72c0d7f2011-09-13 19:42:23 +00009
Daniel Dunbar8c39c962011-10-18 19:27:24 +000010LEVEL := ../..
11TOOLNAME := llvm-dwarfdump
12LINK_COMPONENTS := DebugInfo Object
Benjamin Kramer72c0d7f2011-09-13 19:42:23 +000013
14# This tool has no plugins, optimize startup time.
Daniel Dunbar8c39c962011-10-18 19:27:24 +000015TOOL_NO_EXPORTS := 1
Benjamin Kramer72c0d7f2011-09-13 19:42:23 +000016
17include $(LEVEL)/Makefile.common