diff options
Diffstat (limited to 'examples/ExceptionDemo/Makefile')
| -rw-r--r-- | examples/ExceptionDemo/Makefile | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/examples/ExceptionDemo/Makefile b/examples/ExceptionDemo/Makefile deleted file mode 100644 index 895b61dafcd3..000000000000 --- a/examples/ExceptionDemo/Makefile +++ /dev/null @@ -1,16 +0,0 @@ -##===- 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 := mcjit nativecodegen - -include $(LEVEL)/Makefile.common |
