diff options
author | Iain Sandoe <iain@codesourcery.com> | 2014-09-03 13:12:16 +0000 |
---|---|---|
committer | Iain Sandoe <iain@codesourcery.com> | 2014-09-03 13:12:16 +0000 |
commit | d49305bfefbdc7031814c36305231982bb78a464 (patch) | |
tree | 4f64cee77dca6410701d990ac4b991dc2a1f19eb /llvm/examples/HowToUseJIT | |
parent | f8cfdd9207c67a3cb4db3cb081f3550bcc7f0535 (diff) | |
download | bcm5719-llvm-d49305bfefbdc7031814c36305231982bb78a464.tar.gz bcm5719-llvm-d49305bfefbdc7031814c36305231982bb78a464.zip |
Fix configure and make build of llvm examples.
Replaced link component 'jit' with 'mcjit'.
llvm-svn: 217032
Diffstat (limited to 'llvm/examples/HowToUseJIT')
-rw-r--r-- | llvm/examples/HowToUseJIT/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/examples/HowToUseJIT/Makefile b/llvm/examples/HowToUseJIT/Makefile index c8919db90cc..26a25a12bf2 100644 --- a/llvm/examples/HowToUseJIT/Makefile +++ b/llvm/examples/HowToUseJIT/Makefile @@ -10,6 +10,6 @@ LEVEL = ../.. TOOLNAME = HowToUseJIT EXAMPLE_TOOL = 1 -LINK_COMPONENTS := jit interpreter nativecodegen +LINK_COMPONENTS := mcjit interpreter nativecodegen include $(LEVEL)/Makefile.common |