File tree 1 file changed +5
-0
lines changed 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -229,6 +229,9 @@ cmake ^
229
229
230
230
-D CMAKE_INSTALL_PREFIX=" %InstallRoot% " ^
231
231
232
+ -D CMAKE_Swift_COMPILER=" %BuildRoot% /toolchains/PFiles64/Swift/Toolchains/0.0.0+Asserts/usr/bin/swiftc.exe" ^
233
+ -D CMAKE_Swift_FLAGS=" -sdk %BuildRoot% /toolchains/PFiles64/Swift/Platforms/Windows.platform/Developer/SDKs/Windows.sdk" ^
234
+
232
235
-D LLVM_DEFAULT_TARGET_TRIPLE=x86_64-unknown-windows-msvc ^
233
236
234
237
-D PACKAGE_VENDOR=" swift.org" ^
@@ -248,9 +251,11 @@ cmake ^
248
251
-D LLVM_EXTERNAL_CMARK_SOURCE_DIR=" %SourceRoot% \cmark" ^
249
252
-D PYTHON_HOME=%PYTHON_HOME% ^
250
253
-D PYTHON_EXECUTABLE=%PYTHON_HOME% \python.exe ^
254
+ -D SWIFT_PATH_TO_EARLYSWIFTSYNTAX_BUILD_DIR=" %BuildRoot% \99 ^
251
255
-D SWIFT_PATH_TO_LIBDISPATCH_SOURCE=" %SourceRoot% \swift-corelibs-libdispatch" ^
252
256
-D SWIFT_PATH_TO_SWIFT_SYNTAX_SOURCE=" %SourceRoot% \swift-syntax" ^
253
257
-D SWIFT_PATH_TO_STRING_PROCESSING_SOURCE=%SourceRoot% \swift-experimental-string-processing ^
258
+ -D SWIFT_PATH_TO_SWIFT_SDK=" %BuildRoot% /toolchains/PFiles64/Swift/Platforms/Windows.platform/Developer/SDKs/Windows.sdk" ^
254
259
255
260
-G Ninja ^
256
261
-S llvm-project\llvm || (exit /b)
You can’t perform that action at this time.
0 commit comments