[all-commits] [llvm/llvm-project] 9f85fa: [Flang] Fix finding the Flang runtime for the GPU ...

Joseph Huber via All-commits all-commits at lists.llvm.org
Wed Feb 11 14:37:21 PST 2026


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 9f85fa2a529e9246f2cf16b092c68d9a2243d53a
      https://github.com/llvm/llvm-project/commit/9f85fa2a529e9246f2cf16b092c68d9a2243d53a
  Author: Joseph Huber <huberjn at outlook.com>
  Date:   2026-02-11 (Wed, 11 Feb 2026)

  Changed paths:
    M clang/lib/Driver/ToolChains/Clang.cpp
    A clang/test/Driver/Inputs/resource_dir_with_per_target_subdir/lib/amdgcn-amd-amdhsa/libflang_rt.runtime.a
    A clang/test/Driver/offload.f90

  Log Message:
  -----------
  [Flang] Fix finding the Flang runtime for the GPU (#180971)

Summary:
We were looking for `flang_rt.builtins` instead of `flang_rt.runtime`.
Also adds a test so we know that it actually works.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list