[all-commits] [llvm/llvm-project] f57d03: RuntimeLibcalls: Fix missing const on getLibcallNames

Matt Arsenault via All-commits all-commits at lists.llvm.org
Thu Jun 5 23:09:28 PDT 2025


  Branch: refs/heads/users/arsenm/runtime-libcalls/fix-missing-const-getLibcallNames
  Home:   https://github.com/llvm/llvm-project
  Commit: f57d03b25e5a05f661fd5076257c02fcc87befc1
      https://github.com/llvm/llvm-project/commit/f57d03b25e5a05f661fd5076257c02fcc87befc1
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2025-06-06 (Fri, 06 Jun 2025)

  Changed paths:
    M llvm/include/llvm/IR/RuntimeLibcalls.h

  Log Message:
  -----------
  RuntimeLibcalls: Fix missing const on getLibcallNames

This is made simpler by just returning the array ref instead of
the fancy range.



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