summaryrefslogtreecommitdiffstats
path: root/llvm/examples/ParallelJIT/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/examples/ParallelJIT/CMakeLists.txt')
-rw-r--r--llvm/examples/ParallelJIT/CMakeLists.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/llvm/examples/ParallelJIT/CMakeLists.txt b/llvm/examples/ParallelJIT/CMakeLists.txt
new file mode 100644
index 00000000000..d8dd7084c40
--- /dev/null
+++ b/llvm/examples/ParallelJIT/CMakeLists.txt
@@ -0,0 +1,7 @@
+set(LLVM_LINK_COMPONENTS jit interpreter nativecodegen)
+
+add_llvm_example(ParallelJIT
+ ParallelJIT.cpp
+ )
+
+target_link_libraries(ParallelJIT pthread)
OpenPOWER on IntegriCloud