Add XCore backend to CMake build.

llvm-svn: 58843
This commit is contained in:
Richard Osborne 2008-11-07 12:37:45 +00:00
parent f2ad9491f5
commit 7b2eae9bdd
1 changed files with 1 additions and 1 deletions

View File

@ -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 )