mirror of
https://github.com/jeremysrand/llvm-65816.git
synced 2025-01-01 07:29:28 +00:00
17 lines
485 B
Makefile
17 lines
485 B
Makefile
|
##===- 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
|
||
|
REQUIRES_EH = 1
|
||
|
|
||
|
LINK_COMPONENTS := jit mcjit nativecodegen
|
||
|
|
||
|
include $(LEVEL)/Makefile.common
|