File tree Expand file tree Collapse file tree 1 file changed +0
-11
lines changed
Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -242,17 +242,6 @@ if [ -n "$COMPILER_LAUNCHER" ]; then
242242 CMAKEFLAGS=" $CMAKEFLAGS -DCMAKE_CXX_COMPILER_LAUNCHER=$COMPILER_LAUNCHER "
243243fi
244244
245- if [ -n " $TARGET_WINDOWS " ]; then
246- # Custom, llvm-mingw specific defaults. We normally set these in
247- # the frontend wrappers, but this makes sure they are enabled by
248- # default if that wrapper is bypassed as well.
249- CMAKEFLAGS=" $CMAKEFLAGS -DCLANG_DEFAULT_RTLIB=compiler-rt"
250- CMAKEFLAGS=" $CMAKEFLAGS -DCLANG_DEFAULT_UNWINDLIB=libunwind"
251- CMAKEFLAGS=" $CMAKEFLAGS -DCLANG_DEFAULT_CXX_STDLIB=libc++"
252- CMAKEFLAGS=" $CMAKEFLAGS -DCLANG_DEFAULT_LINKER=lld"
253- CMAKEFLAGS=" $CMAKEFLAGS -DLLD_DEFAULT_LD_LLD_IS_MINGW=ON"
254- fi
255-
256245if [ -n " $LTO " ]; then
257246 CMAKEFLAGS=" $CMAKEFLAGS -DLLVM_ENABLE_LTO=$LTO "
258247fi
You can’t perform that action at this time.
0 commit comments