mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 03:02:36 +01:00
TMP
llvm-svn: 179170
This commit is contained in:
parent
853c05b365
commit
0b3f7a5b89
@ -91,13 +91,8 @@ set(LLVM_ALL_TARGETS
|
||||
# List of targets with JIT support:
|
||||
set(LLVM_TARGETS_WITH_JIT X86 PowerPC ARM Mips)
|
||||
|
||||
if( MSVC )
|
||||
set(LLVM_TARGETS_TO_BUILD X86
|
||||
set(LLVM_TARGETS_TO_BUILD "all"
|
||||
CACHE STRING "Semicolon-separated list of targets to build, or \"all\".")
|
||||
else( MSVC )
|
||||
set(LLVM_TARGETS_TO_BUILD "all"
|
||||
CACHE STRING "Semicolon-separated list of targets to build, or \"all\".")
|
||||
endif( MSVC )
|
||||
|
||||
set(LLVM_EXPERIMENTAL_TARGETS_TO_BUILD ""
|
||||
CACHE STRING "Semicolon-separated list of experimental targets to build.")
|
||||
|
Loading…
Reference in New Issue
Block a user