blob: 58d9def0b7eea2d33e874011f80d705f1e6ddcc2 [file] [log] [blame]
Garrison Vennf4d2f842010-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 Lewycky20f5e972010-04-24 05:07:24 +000012REQUIRES_EH = 1
Garrison Vennf4d2f842010-02-09 23:22:43 +000013
Logan Chien8a61aab2013-07-21 03:46:55 +000014LINK_COMPONENTS := jit mcjit nativecodegen
Garrison Vennf4d2f842010-02-09 23:22:43 +000015
16include $(LEVEL)/Makefile.common