Skip to content

Commit 3406428

Browse files
ClangBuilder: Use "flang" instead of "flang-new" for the test suite (#267)
See https://discourse.llvm.org/t/proposal-rename-flang-new-to-flang/69462 for background. This is to be landed once llvm/llvm-project#110023 has landed.
1 parent f286acd commit 3406428

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

zorg/buildbot/builders/ClangBuilder.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -403,11 +403,11 @@ def _getClangCMakeBuildFactory(
403403
if not vs:
404404
cc = 'clang'
405405
cxx = 'clang++'
406-
fc = 'flang-new'
406+
fc = 'flang'
407407
else:
408408
cc = 'clang-cl.exe'
409409
cxx = 'clang-cl.exe'
410-
fc = 'flang-new.exe'
410+
fc = 'flang.exe'
411411

412412

413413
############# STAGE 2

0 commit comments

Comments
 (0)