summaryrefslogtreecommitdiffstats
path: root/llvm/examples/HowToUseJIT
diff options
context:
space:
mode:
authorOscar Fuentes <ofv@wanadoo.es>2008-09-26 19:48:03 +0000
committerOscar Fuentes <ofv@wanadoo.es>2008-09-26 19:48:03 +0000
commit9e3f7dbedabd337cdb18446eb4897a0fb404211f (patch)
tree7e3c2d2616c42d01054c4fccd3f90989ac939459 /llvm/examples/HowToUseJIT
parentc0f4d00d67b2c0a910c7a038da6d6ff97ec1e047 (diff)
downloadbcm5719-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/HowToUseJIT')
-rw-r--r--llvm/examples/HowToUseJIT/CMakeLists.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/llvm/examples/HowToUseJIT/CMakeLists.txt b/llvm/examples/HowToUseJIT/CMakeLists.txt
new file mode 100644
index 00000000000..ad7da957697
--- /dev/null
+++ b/llvm/examples/HowToUseJIT/CMakeLists.txt
@@ -0,0 +1,5 @@
+set(LLVM_LINK_COMPONENTS jit interpreter nativecodegen)
+
+add_llvm_executable(HowToUseJIT
+ HowToUseJIT.cpp
+ )
OpenPOWER on IntegriCloud