2010-02-09 23:22:43 +00:00
|
|
|
##===- examples/ExceptionDemo/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 = ExceptionDemo
|
|
|
|
EXAMPLE_TOOL = 1
|
2010-04-24 05:07:24 +00:00
|
|
|
REQUIRES_EH = 1
|
2010-02-09 23:22:43 +00:00
|
|
|
|
2014-09-03 13:12:16 +00:00
|
|
|
LINK_COMPONENTS := mcjit nativecodegen
|
2010-02-09 23:22:43 +00:00
|
|
|
|
|
|
|
include $(LEVEL)/Makefile.common
|