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