We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af34e0a commit cfc872fCopy full SHA for cfc872f
utils/swift_build_support/swift_build_support/cmake.py
@@ -132,6 +132,8 @@ def common_options(self):
132
define("CMAKE_CXX_COMPILER:PATH", toolchain.cxx)
133
define("CMAKE_LIBTOOL:PATH", toolchain.libtool)
134
135
+ define("LLVM_TEMPORARILY_ALLOW_OLD_TOOLCHAIN", "ON")
136
+
137
if args.cmake_generator == 'Xcode':
138
define("CMAKE_CONFIGURATION_TYPES",
139
"Debug;Release;MinSizeRel;RelWithDebInfo")
0 commit comments