File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1398,7 +1398,7 @@ def create_argument_parser():
1398
1398
'separated options "-DCMAKE_VAR1=YES,-DCMAKE_VAR2=/tmp". Can '
1399
1399
'be called multiple times to add multiple such options.' )
1400
1400
1401
- option ('--llvm-build-compiler-rt-with-use-runtimes' , toggle_true ,
1401
+ option ('--llvm-build-compiler-rt-with-use-runtimes' , toggle_false ,
1402
1402
help = 'Switch to LLVM_USE_RUNTIMES as the mechanism to build compiler-rt'
1403
1403
'It will become the default with LLVM 21, this flag is '
1404
1404
'meant to stage its introduction and account for edge cases' )
Original file line number Diff line number Diff line change 232
232
'lldb_build_variant' : 'Debug' ,
233
233
'lldb_build_with_xcode' : '0' ,
234
234
'llvm_assertions' : True ,
235
- 'llvm_build_compiler_rt_with_use_runtimes' : False ,
235
+ 'llvm_build_compiler_rt_with_use_runtimes' : True ,
236
236
'llvm_build_variant' : 'Debug' ,
237
237
'llvm_cmake_options' : [],
238
238
'llvm_enable_modules' : False ,
@@ -854,7 +854,7 @@ class BuildScriptImplOption(_BaseOption):
854
854
AppendOption ('--llvm-ninja-targets' ),
855
855
AppendOption ('--llvm-ninja-targets-for-cross-compile-hosts' ),
856
856
AppendOption ('--llvm-cmake-options' ),
857
- SetTrueOption ('--llvm-build-compiler-rt-with-use-runtimes' ),
857
+ SetFalseOption ('--llvm-build-compiler-rt-with-use-runtimes' ),
858
858
AppendOption ('--darwin-symroot-path-filters' ),
859
859
860
860
UnsupportedOption ('--build-jobs' ),
You can’t perform that action at this time.
0 commit comments