File tree 1 file changed +0
-4
lines changed
1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -227,7 +227,6 @@ else() # if this is included from LLVM's CMake
227
227
-DCMAKE_C_COMPILER_WORKS=ON
228
228
-DCMAKE_ASM_COMPILER_WORKS=ON
229
229
PASSTHROUGH_PREFIXES COMPILER_RT
230
- CLANG_DEFAULT
231
230
USE_TOOLCHAIN
232
231
${EXTRA_ARGS} )
233
232
endfunction ()
@@ -261,7 +260,6 @@ else() # if this is included from LLVM's CMake
261
260
-DCMAKE_ASM_COMPILER_WORKS=ON
262
261
-DCOMPILER_RT_DEFAULT_TARGET_ONLY=ON
263
262
${${target} _extra_args}
264
- PASSTHROUGH_PREFIXES CLANG_DEFAULT
265
263
TOOLCHAIN_TOOLS clang lld llvm-ar llvm-ranlib llvm-nm llvm-objcopy llvm-objdump llvm-strip
266
264
USE_TOOLCHAIN
267
265
${EXTRA_ARGS} )
@@ -357,7 +355,6 @@ else() # if this is included from LLVM's CMake
357
355
-DCMAKE_CXX_COMPILER_WORKS=ON
358
356
-DCMAKE_ASM_COMPILER_WORKS=ON
359
357
PASSTHROUGH_PREFIXES LLVM_ENABLE_RUNTIMES
360
- CLANG_DEFAULT
361
358
${ARG_PREFIXES}
362
359
EXTRA_TARGETS ${extra_targets}
363
360
${test_targets}
@@ -446,7 +443,6 @@ else() # if this is included from LLVM's CMake
446
443
-DLLVM_RUNTIMES_TARGET=${name}
447
444
${${name} _extra_args}
448
445
PASSTHROUGH_PREFIXES LLVM_ENABLE_RUNTIMES
449
- CLANG_DEFAULT
450
446
TOOLCHAIN_TOOLS clang lld llvm-ar llvm-ranlib llvm-nm llvm-objcopy llvm-objdump llvm-strip
451
447
EXTRA_TARGETS ${${name} _extra_targets}
452
448
${${name} _test_targets}
You can’t perform that action at this time.
0 commit comments