2011-09-13 21:42:23 +02:00
|
|
|
##===- tools/llvm-dwarfdump/Makefile -----------------------*- Makefile -*-===##
|
|
|
|
#
|
|
|
|
# The LLVM Compiler Infrastructure
|
|
|
|
#
|
|
|
|
# This file is distributed under the University of Illinois Open Source
|
|
|
|
# License. See LICENSE.TXT for details.
|
|
|
|
#
|
|
|
|
##===----------------------------------------------------------------------===##
|
|
|
|
|
2011-10-18 21:27:24 +02:00
|
|
|
LEVEL := ../..
|
|
|
|
TOOLNAME := llvm-dwarfdump
|
2015-01-30 19:07:45 +01:00
|
|
|
LINK_COMPONENTS := DebugInfoDWARF Object
|
2011-09-13 21:42:23 +02:00
|
|
|
|
|
|
|
# This tool has no plugins, optimize startup time.
|
2011-10-18 21:27:24 +02:00
|
|
|
TOOL_NO_EXPORTS := 1
|
2011-09-13 21:42:23 +02:00
|
|
|
|
|
|
|
include $(LEVEL)/Makefile.common
|