diff options
Diffstat (limited to 'llvm/examples/BrainF/CMakeLists.txt')
-rw-r--r-- | llvm/examples/BrainF/CMakeLists.txt | 1 |
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 ) |