Skip to content
Snippets Groups Projects
Commit 8a61aab8 authored by Logan Chien's avatar Logan Chien
Browse files

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
parent b1ca98c4
No related branches found
No related tags found
No related merge requests found
...@@ -11,6 +11,6 @@ TOOLNAME = ExceptionDemo ...@@ -11,6 +11,6 @@ TOOLNAME = ExceptionDemo
EXAMPLE_TOOL = 1 EXAMPLE_TOOL = 1
REQUIRES_EH = 1 REQUIRES_EH = 1
LINK_COMPONENTS := jit interpreter nativecodegen LINK_COMPONENTS := jit mcjit nativecodegen
include $(LEVEL)/Makefile.common include $(LEVEL)/Makefile.common
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment