File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -178,7 +178,7 @@ cmake -G Ninja^
178
178
-DClang_DIR="S:/b/llvm/lib/cmake/clang"^
179
179
-DSwift_DIR="S:/b/swift/lib/cmake/swift"^
180
180
-DCMAKE_BUILD_TYPE=RelWithDebInfo^
181
- -DLLDB_ALLOW_STATIC_BINDINGS =YES^
181
+ -DLLDB_USE_STATIC_BINDINGS =YES^
182
182
-DLLVM_ENABLE_ASSERTIONS=ON^
183
183
-DPYTHON_HOME="%ProgramFiles(x86)%\Microsoft Visual Studio\Shared\Python37_64"^
184
184
S:\lldb
Original file line number Diff line number Diff line change @@ -2454,7 +2454,6 @@ for host in "${ALL_HOSTS[@]}"; do
2454
2454
-DLLDB_PATH_TO_SWIFT_SOURCE:PATH=" ${SWIFT_SOURCE_DIR} "
2455
2455
-DLLDB_IS_BUILDBOT_BUILD:BOOL=" ${LLDB_IS_BUILDBOT_BUILD} "
2456
2456
-DLLDB_BUILD_DATE:STRING=" \" ${LLDB_BUILD_DATE} \" "
2457
- -DLLDB_ALLOW_STATIC_BINDINGS:BOOL=1
2458
2457
-DLLDB_INCLUDE_TESTS:BOOL=$( false_true ${BUILD_TOOLCHAIN_ONLY} )
2459
2458
-DLLDB_TEST_USER_ARGS=" ${DOTEST_ARGS} "
2460
2459
)
Original file line number Diff line number Diff line change @@ -279,7 +279,7 @@ cmake "%source_root%\lldb"^
279
279
-DClang_DIR:PATH=%build_root% \llvm\lib\cmake\clang^
280
280
-DSwift_DIR:PATH=%build_root% \swift\lib\cmake\swift^
281
281
-DLLVM_ENABLE_ASSERTIONS:BOOL=YES^
282
- -DLLDB_ALLOW_STATIC_BINDINGS :BOOL=YES^
282
+ -DLLDB_USE_STATIC_BINDINGS :BOOL=YES^
283
283
-DPYTHON_HOME:PATH=%PYTHON_HOME% ^
284
284
-DCMAKE_CXX_FLAGS:STRING=" /GS- /Oy" ^
285
285
-DCMAKE_EXE_LINKER_FLAGS:STRING=/INCREMENTAL:NO^
You can’t perform that action at this time.
0 commit comments