summaryrefslogtreecommitdiffstats
path: root/llvm/examples/HowToUseJIT
diff options
context:
space:
mode:
authorIain Sandoe <iain@codesourcery.com>2014-09-03 13:12:16 +0000
committerIain Sandoe <iain@codesourcery.com>2014-09-03 13:12:16 +0000
commitd49305bfefbdc7031814c36305231982bb78a464 (patch)
tree4f64cee77dca6410701d990ac4b991dc2a1f19eb /llvm/examples/HowToUseJIT
parentf8cfdd9207c67a3cb4db3cb081f3550bcc7f0535 (diff)
downloadbcm5719-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/Makefile2
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
OpenPOWER on IntegriCloud