Skip to content

Commit 5c5c906

Browse files
committed
---
yaml --- r: 318847 b: refs/heads/master-rebranch c: edf0bd9 h: refs/heads/master i: 318845: 5112e48 318843: 2b1b7bf 318839: ebc3322 318831: 0409d99 318815: d646650 318783: 197e218 318719: 2b551c2
1 parent f3dc810 commit 5c5c906

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1457,4 +1457,4 @@ refs/tags/swift-DEVELOPMENT-SNAPSHOT-2019-08-02-a: ddd2b2976aa9bfde5f20fe37f6bd2
14571457
refs/tags/swift-DEVELOPMENT-SNAPSHOT-2019-08-03-a: 171cc166f2abeb5ca2a4003700a8a78a108bd300
14581458
refs/heads/benlangmuir-patch-1: baaebaf39d52f3bf36710d4fe40cf212e996b212
14591459
refs/heads/i-do-redeclare: 8c4e6d5de5c1e3f0a2cedccf319df713ea22c48e
1460-
refs/heads/master-rebranch: 262261f8047044f9263403bb156eb7c13e1d14a8
1460+
refs/heads/master-rebranch: edf0bd90079e847be67ca27888dac5f49fcb5a5c

branches/master-rebranch/docs/WindowsBuild.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ cmake -G Ninja^
125125
-DLLVM_ENABLE_ASSERTIONS=ON^
126126
-DLLVM_ENABLE_PDB=YES^
127127
-DLLVM_ENABLE_PROJECTS=clang^
128-
-DLLVM_TARGETS_TO_BUILD=X86^
128+
-DLLVM_TARGETS_TO_BUILD="AArch64;ARM;X86"^
129129
S:/llvm
130130
popd
131131
cmake --build "S:\b\llvm"
@@ -208,7 +208,7 @@ cmake -G Ninja^
208208
-DLLDB_PATH_TO_LLVM_BUILD="S:\b\llvm"^
209209
-DLLDB_PATH_TO_SWIFT_BUILD="S:\b\swift"^
210210
-DLLVM_ENABLE_ASSERTIONS=ON^
211-
-DPYTHON_HOME=%ProgramFiles(x86)%\Microsoft Visual Studio\Shared\Python37_64^
211+
-DPYTHON_HOME="%ProgramFiles(x86)%\Microsoft Visual Studio\Shared\Python37_64"^
212212
S:\lldb
213213
popd
214214
cmake --build S:\b\lldb

0 commit comments

Comments
 (0)