File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
branches/master-rebranch/docs Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1457,4 +1457,4 @@ refs/tags/swift-DEVELOPMENT-SNAPSHOT-2019-08-02-a: ddd2b2976aa9bfde5f20fe37f6bd2
1457
1457
refs/tags/swift-DEVELOPMENT-SNAPSHOT-2019-08-03-a: 171cc166f2abeb5ca2a4003700a8a78a108bd300
1458
1458
refs/heads/benlangmuir-patch-1: baaebaf39d52f3bf36710d4fe40cf212e996b212
1459
1459
refs/heads/i-do-redeclare: 8c4e6d5de5c1e3f0a2cedccf319df713ea22c48e
1460
- refs/heads/master-rebranch: 262261f8047044f9263403bb156eb7c13e1d14a8
1460
+ refs/heads/master-rebranch: edf0bd90079e847be67ca27888dac5f49fcb5a5c
Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ cmake -G Ninja^
125
125
-DLLVM_ENABLE_ASSERTIONS=ON^
126
126
-DLLVM_ENABLE_PDB=YES^
127
127
-DLLVM_ENABLE_PROJECTS=clang^
128
- -DLLVM_TARGETS_TO_BUILD=X86^
128
+ -DLLVM_TARGETS_TO_BUILD="AArch64;ARM; X86" ^
129
129
S:/llvm
130
130
popd
131
131
cmake --build "S:\b\llvm"
@@ -208,7 +208,7 @@ cmake -G Ninja^
208
208
-DLLDB_PATH_TO_LLVM_BUILD="S:\b\llvm"^
209
209
-DLLDB_PATH_TO_SWIFT_BUILD="S:\b\swift"^
210
210
-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" ^
212
212
S:\lldb
213
213
popd
214
214
cmake --build S:\b\lldb
You can’t perform that action at this time.
0 commit comments