Skip to content

Commit

Permalink
Fix exception demo: Add mcjit to link component.
Browse files Browse the repository at this point in the history
Fix exception demo when we are building the examples with configure/make.
This commit updates the link components in the Makefile.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@186785 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
loganchien committed Jul 21, 2013
1 parent d17303c commit 3659fd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/ExceptionDemo/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 3659fd3

Please sign in to comment.