blob: 895b61dafcd3c8fff2029ce0eff01deb9bcc1841 [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
Iain Sandoed49305b2014-09-03 13:12:16 +000014LINK_COMPONENTS := mcjit nativecodegen
Garrison Vennf4d2f842010-02-09 23:22:43 +000015
16include $(LEVEL)/Makefile.common