summaryrefslogtreecommitdiff
path: root/examples/ExceptionDemo
diff options
context:
space:
mode:
authorIain Sandoe <iain@codesourcery.com>2014-09-03 13:12:16 +0000
committerIain Sandoe <iain@codesourcery.com>2014-09-03 13:12:16 +0000
commitb449c2885f4052c2c8e7cd43a9dabb6169fd6f23 (patch)
tree0355cb4263cf83512687b46dbf9a6e0f1241c4ec /examples/ExceptionDemo
parenta80ff266885a464b9270a86462dc01d41258d7d8 (diff)
Fix configure and make build of llvm examples.
Replaced link component 'jit' with 'mcjit'. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@217032 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'examples/ExceptionDemo')
-rw-r--r--examples/ExceptionDemo/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/ExceptionDemo/Makefile b/examples/ExceptionDemo/Makefile
index 58d9def0b7e..895b61dafcd 100644
--- a/examples/ExceptionDemo/Makefile
+++ b/examples/ExceptionDemo/Makefile
@@ -11,6 +11,6 @@ TOOLNAME = ExceptionDemo
EXAMPLE_TOOL = 1
REQUIRES_EH = 1
-LINK_COMPONENTS := jit mcjit nativecodegen
+LINK_COMPONENTS := mcjit nativecodegen
include $(LEVEL)/Makefile.common