[llvm] [flang] __fortran_builtins: Update __builtin_team_type to meet PRIF specification (PR #202450)
Dan Bonachea via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 11 07:25:59 PDT 2026
================
@@ -589,3 +589,4 @@ install(
COMPONENT flang-fortran-binding)
add_llvm_install_targets(install-flang-fortran-binding
COMPONENT flang-fortran-binding)
+
----------------
bonachea wrote:
This spurious change is required because of a missing dependency in the CI logic. Without it, the CI will attempt to check `flang-rt` without having built the `flang` executable.
https://github.com/llvm/llvm-project/pull/202450
More information about the llvm-commits
mailing list