diff options
| author | Oscar Fuentes <ofv@wanadoo.es> | 2008-09-26 19:48:03 +0000 |
|---|---|---|
| committer | Oscar Fuentes <ofv@wanadoo.es> | 2008-09-26 19:48:03 +0000 |
| commit | 9e3f7dbedabd337cdb18446eb4897a0fb404211f (patch) | |
| tree | 7e3c2d2616c42d01054c4fccd3f90989ac939459 /llvm/examples/ParallelJIT | |
| parent | c0f4d00d67b2c0a910c7a038da6d6ff97ec1e047 (diff) | |
| download | bcm5719-llvm-9e3f7dbedabd337cdb18446eb4897a0fb404211f.tar.gz bcm5719-llvm-9e3f7dbedabd337cdb18446eb4897a0fb404211f.zip | |
CMake: Builds all examples. Corrected name of CBackend target.
llvm-svn: 56682
Diffstat (limited to 'llvm/examples/ParallelJIT')
| -rw-r--r-- | llvm/examples/ParallelJIT/CMakeLists.txt | 7 |
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) |

