2015-03-15 02:30:58 +01:00
|
|
|
##===- tools/llvm-cxxdump/Makefile -------------------------*- Makefile -*-===##
|
2014-07-25 01:14:40 +02:00
|
|
|
#
|
|
|
|
# The LLVM Compiler Infrastructure
|
|
|
|
#
|
|
|
|
# This file is distributed under the University of Illinois Open Source
|
|
|
|
# License. See LICENSE.TXT for details.
|
|
|
|
#
|
|
|
|
##===----------------------------------------------------------------------===##
|
|
|
|
|
|
|
|
LEVEL := ../..
|
2015-03-15 02:30:58 +01:00
|
|
|
TOOLNAME := llvm-cxxdump
|
2014-07-25 01:14:40 +02:00
|
|
|
LINK_COMPONENTS := bitreader object all-targets
|
|
|
|
|
|
|
|
# This tool has no plugins, optimize startup time.
|
|
|
|
TOOL_NO_EXPORTS := 1
|
|
|
|
|
|
|
|
include $(LEVEL)/Makefile.common
|
|
|
|
|