2010-02-10 00:22:43 +01: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 07:07:24 +02:00
|
|
|
REQUIRES_EH = 1
|
2010-02-10 00:22:43 +01:00
|
|
|
|
2013-07-21 05:46:55 +02:00
|
|
|
LINK_COMPONENTS := jit mcjit nativecodegen
|
2010-02-10 00:22:43 +01:00
|
|
|
|
|
|
|
include $(LEVEL)/Makefile.common
|