blob: 480744730eb79a87b6bf42972c3e1ed462810d0b [file] [log] [blame]
Garrison Venna2c2f1a2010-02-09 23:22:43 +00001##===- examples/ExceptionDemo/Makefile --------------------*- Makefile -*-===##
2#
3# The LLVM Compiler Infrastructure
4#
5# This file is distributed under the University of Illinois Open Source
6# License. See LICENSE.TXT for details.
7#
8##===---------------------------------------------------------------------===##
9LEVEL = ../..
10TOOLNAME = ExceptionDemo
11EXAMPLE_TOOL = 1
Nick Lewyckyec42dd62010-04-24 05:07:24 +000012REQUIRES_EH = 1
Garrison Venna2c2f1a2010-02-09 23:22:43 +000013
14LINK_COMPONENTS := jit interpreter nativecodegen
15
16include $(LEVEL)/Makefile.common