mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-21 18:22:53 +01:00
Revert "[CMake] Pass Clang defaults to runtimes builds"
This reverts commit r332923 which is no longer needed since its use has been reverted in r337033. llvm-svn: 337039
This commit is contained in:
parent
673e1f9ddf
commit
2dcadbbc4e
@ -227,7 +227,6 @@ else() # if this is included from LLVM's CMake
|
||||
-DCMAKE_C_COMPILER_WORKS=ON
|
||||
-DCMAKE_ASM_COMPILER_WORKS=ON
|
||||
PASSTHROUGH_PREFIXES COMPILER_RT
|
||||
CLANG_DEFAULT
|
||||
USE_TOOLCHAIN
|
||||
${EXTRA_ARGS})
|
||||
endfunction()
|
||||
@ -261,7 +260,6 @@ else() # if this is included from LLVM's CMake
|
||||
-DCMAKE_ASM_COMPILER_WORKS=ON
|
||||
-DCOMPILER_RT_DEFAULT_TARGET_ONLY=ON
|
||||
${${target}_extra_args}
|
||||
PASSTHROUGH_PREFIXES CLANG_DEFAULT
|
||||
TOOLCHAIN_TOOLS clang lld llvm-ar llvm-ranlib llvm-nm llvm-objcopy llvm-objdump llvm-strip
|
||||
USE_TOOLCHAIN
|
||||
${EXTRA_ARGS})
|
||||
@ -357,7 +355,6 @@ else() # if this is included from LLVM's CMake
|
||||
-DCMAKE_CXX_COMPILER_WORKS=ON
|
||||
-DCMAKE_ASM_COMPILER_WORKS=ON
|
||||
PASSTHROUGH_PREFIXES LLVM_ENABLE_RUNTIMES
|
||||
CLANG_DEFAULT
|
||||
${ARG_PREFIXES}
|
||||
EXTRA_TARGETS ${extra_targets}
|
||||
${test_targets}
|
||||
@ -446,7 +443,6 @@ else() # if this is included from LLVM's CMake
|
||||
-DLLVM_RUNTIMES_TARGET=${name}
|
||||
${${name}_extra_args}
|
||||
PASSTHROUGH_PREFIXES LLVM_ENABLE_RUNTIMES
|
||||
CLANG_DEFAULT
|
||||
TOOLCHAIN_TOOLS clang lld llvm-ar llvm-ranlib llvm-nm llvm-objcopy llvm-objdump llvm-strip
|
||||
EXTRA_TARGETS ${${name}_extra_targets}
|
||||
${${name}_test_targets}
|
||||
|
Loading…
Reference in New Issue
Block a user