llvm-6502/tools/lto-bugpoint/Makefile

18 lines
455 B
Makefile
Raw Normal View History

##===- tools/lto-bugpoint/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 = lto-bugpoint
LINK_COMPONENTS := system
REQUIRES_EH := 1
include $(LEVEL)/Makefile.common