summaryrefslogtreecommitdiffstats
path: root/llvm/examples/BrainF/CMakeLists.txt
diff options
context:
space:
mode:
authorBoris Ulasevich <boris.ulasevich@gmail.com>2016-12-15 19:29:42 +0000
committerBoris Ulasevich <boris.ulasevich@gmail.com>2016-12-15 19:29:42 +0000
commitb76f6c2745f7afb5912ce13110f4e9bd2405f47b (patch)
tree763491129def841c5075a9f47855aec51d296fda /llvm/examples/BrainF/CMakeLists.txt
parentb0aa31bb25a255e3ac4df3bd2e7f64f14b8146c1 (diff)
downloadbcm5719-llvm-b76f6c2745f7afb5912ce13110f4e9bd2405f47b.tar.gz
bcm5719-llvm-b76f6c2745f7afb5912ce13110f4e9bd2405f47b.zip
BrainF example: fixing segfault caused by outdated code with missing MCJIT dependency
Differential Revision: https://reviews.llvm.org/D26280 llvm-svn: 289857
Diffstat (limited to 'llvm/examples/BrainF/CMakeLists.txt')
-rw-r--r--llvm/examples/BrainF/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/examples/BrainF/CMakeLists.txt b/llvm/examples/BrainF/CMakeLists.txt
index cf1cf1b6159..7b44b3a6275 100644
--- a/llvm/examples/BrainF/CMakeLists.txt
+++ b/llvm/examples/BrainF/CMakeLists.txt
@@ -3,6 +3,7 @@ set(LLVM_LINK_COMPONENTS
Core
ExecutionEngine
MC
+ MCJIT
Support
nativecodegen
)
OpenPOWER on IntegriCloud