From: Richard Osborne Date: Fri, 7 Nov 2008 12:37:45 +0000 (+0000) Subject: Add XCore backend to CMake build. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=9380c05f2d992aa65352058e798068349854b6fe;p=oota-llvm.git Add XCore backend to CMake build. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@58843 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/CMakeLists.txt b/CMakeLists.txt index b44c7fd8cf8..4c013327720 100644 --- a/CMakeLists.txt +++ b/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 )