summaryrefslogtreecommitdiffstats
path: root/llvm/examples/BrainF/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/examples/BrainF/CMakeLists.txt')
-rw-r--r--llvm/examples/BrainF/CMakeLists.txt9
1 files changed, 8 insertions, 1 deletions
diff --git a/llvm/examples/BrainF/CMakeLists.txt b/llvm/examples/BrainF/CMakeLists.txt
index 7bec105cdc8..025d0933640 100644
--- a/llvm/examples/BrainF/CMakeLists.txt
+++ b/llvm/examples/BrainF/CMakeLists.txt
@@ -1,4 +1,11 @@
-set(LLVM_LINK_COMPONENTS jit bitwriter nativecodegen interpreter)
+set(LLVM_LINK_COMPONENTS
+ BitWriter
+ Core
+ ExecutionEngine
+ JIT
+ Support
+ nativecodegen
+ )
add_llvm_example(BrainF
BrainF.cpp
OpenPOWER on IntegriCloud