Fix exception demo: Add mcjit to link component.

Fix exception demo when we are building the examples with configure/make.
This commit updates the link components in the Makefile.

llvm-svn: 186785
This commit is contained in:
Logan Chien 2013-07-21 03:46:55 +00:00
parent b1ca98c4d0
commit 8a61aab88e
1 changed files with 1 additions and 1 deletions

View File

@ -11,6 +11,6 @@ TOOLNAME = ExceptionDemo
EXAMPLE_TOOL = 1
REQUIRES_EH = 1
LINK_COMPONENTS := jit interpreter nativecodegen
LINK_COMPONENTS := jit mcjit nativecodegen
include $(LEVEL)/Makefile.common