summaryrefslogtreecommitdiffstats
path: root/llvm/CMakeLists.txt
diff options
context:
space:
mode:
authorRichard Osborne <richard@xmos.com>2008-11-07 12:37:45 +0000
committerRichard Osborne <richard@xmos.com>2008-11-07 12:37:45 +0000
commit7b2eae9bdd76d5e6243e8f15d31b5840696383db (patch)
treecb6327c012ff0bf33c45b23d249f83e220031780 /llvm/CMakeLists.txt
parentf2ad9491f5e2a38a90a72808de9781e919b8421c (diff)
downloadbcm5719-llvm-7b2eae9bdd76d5e6243e8f15d31b5840696383db.tar.gz
bcm5719-llvm-7b2eae9bdd76d5e6243e8f15d31b5840696383db.zip
Add XCore backend to CMake build.
llvm-svn: 58843
Diffstat (limited to 'llvm/CMakeLists.txt')
-rw-r--r--llvm/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/CMakeLists.txt b/llvm/CMakeLists.txt
index b44c7fd8cf8..4c013327720 100644
--- a/llvm/CMakeLists.txt
+++ b/llvm/CMakeLists.txt
@@ -18,7 +18,7 @@ if( MSVC )
CACHE STRING "Semicolon-separated list of targets to build")
else( MSVC )
set(LLVM_TARGETS_TO_BUILD
- Alpha ARM CBackend CellSPU CppBackend IA64 Mips MSIL PIC16 PowerPC Sparc X86
+ Alpha ARM CBackend CellSPU CppBackend IA64 Mips MSIL PIC16 PowerPC Sparc X86 XCore
CACHE STRING "Semicolon-separated list of targets to build")
endif( MSVC )
OpenPOWER on IntegriCloud