blob: 4616b78adb2ee1e55539c65bfc59fd4254af36f4 [file] [log] [blame]
Michael J. Spencer2670c252011-01-20 06:39:06 +00001##===- tools/llvm-objdump/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##===----------------------------------------------------------------------===##
Michael J. Spencer2670c252011-01-20 06:39:06 +00009
Daniel Dunbar96d812a2011-10-18 19:27:24 +000010LEVEL := ../..
11TOOLNAME := llvm-objdump
Sean Silva888320e2014-09-02 22:32:20 +000012LINK_COMPONENTS := all-targets DebugInfo MC MCParser MCDisassembler Object
Michael J. Spencer2670c252011-01-20 06:39:06 +000013
14# This tool has no plugins, optimize startup time.
Daniel Dunbar96d812a2011-10-18 19:27:24 +000015TOOL_NO_EXPORTS := 1
Michael J. Spencer2670c252011-01-20 06:39:06 +000016
17include $(LEVEL)/Makefile.common