summaryrefslogtreecommitdiffstats
path: root/llvm/lib
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/lib
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/lib')
-rw-r--r--llvm/lib/Target/CBackend/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/CBackend/CMakeLists.txt b/llvm/lib/Target/CBackend/CMakeLists.txt
index b04912f7c9a..be243366d50 100644
--- a/llvm/lib/Target/CBackend/CMakeLists.txt
+++ b/llvm/lib/Target/CBackend/CMakeLists.txt
@@ -1,3 +1,3 @@
-add_llvm_target(CBackEnd
+add_llvm_target(CBackend
CBackend.cpp
)
OpenPOWER on IntegriCloud