@@ -216,8 +216,8 @@ def test_flang(self):
216216 )
217217 self .assertEqual (env_variables ["projects_to_build" ], "clang;flang;llvm" )
218218 self .assertEqual (env_variables ["project_check_targets" ], "check-flang" )
219- self .assertEqual (env_variables ["runtimes_to_build" ], "" )
220- self .assertEqual (env_variables ["runtimes_check_targets" ], "" )
219+ self .assertEqual (env_variables ["runtimes_to_build" ], "flang-rt " )
220+ self .assertEqual (env_variables ["runtimes_check_targets" ], "check-flang-rt " )
221221 self .assertEqual (env_variables ["runtimes_check_targets_needs_reconfig" ], "" )
222222 self .assertEqual (env_variables ["enable_cir" ], "OFF" )
223223
@@ -293,11 +293,11 @@ def test_ci(self):
293293 )
294294 self .assertEqual (
295295 env_variables ["runtimes_to_build" ],
296- "compiler-rt;libc;libcxx;libcxxabi;libunwind" ,
296+ "compiler-rt;flang-rt; libc;libcxx;libcxxabi;libunwind" ,
297297 )
298298 self .assertEqual (
299299 env_variables ["runtimes_check_targets" ],
300- "check-compiler-rt check-libc" ,
300+ "check-compiler-rt check-flang-rt check- libc" ,
301301 )
302302 self .assertEqual (
303303 env_variables ["runtimes_check_targets_needs_reconfig" ],
@@ -367,11 +367,11 @@ def test_premerge_workflow(self):
367367 )
368368 self .assertEqual (
369369 env_variables ["runtimes_to_build" ],
370- "compiler-rt;libc;libcxx;libcxxabi;libunwind" ,
370+ "compiler-rt;flang-rt; libc;libcxx;libcxxabi;libunwind" ,
371371 )
372372 self .assertEqual (
373373 env_variables ["runtimes_check_targets" ],
374- "check-compiler-rt check-libc" ,
374+ "check-compiler-rt check-flang-rt check- libc" ,
375375 )
376376 self .assertEqual (
377377 env_variables ["runtimes_check_targets_needs_reconfig" ],
@@ -402,11 +402,11 @@ def test_third_party_benchmark(self):
402402 )
403403 self .assertEqual (
404404 env_variables ["runtimes_to_build" ],
405- "compiler-rt;libc;libcxx;libcxxabi;libunwind" ,
405+ "compiler-rt;flang-rt; libc;libcxx;libcxxabi;libunwind" ,
406406 )
407407 self .assertEqual (
408408 env_variables ["runtimes_check_targets" ],
409- "check-compiler-rt check-libc" ,
409+ "check-compiler-rt check-flang-rt check- libc" ,
410410 )
411411 self .assertEqual (
412412 env_variables ["runtimes_check_targets_needs_reconfig" ],
0 commit comments