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
This commit is contained in:
Iain Sandoe
2014-09-03 13:12:16 +00:00
parent a80ff26688
commit b449c2885f
9 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -10,6 +10,6 @@ LEVEL = ../..
TOOLNAME = HowToUseJIT
EXAMPLE_TOOL = 1
LINK_COMPONENTS := jit interpreter nativecodegen
LINK_COMPONENTS := mcjit interpreter nativecodegen
include $(LEVEL)/Makefile.common