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

Matt Arsenault via All-commits all-commits at lists.llvm.org
Fri Jun 6 06:17:08 PDT 2025


  Branch: refs/heads/users/arsenm/runtime-libcalls/fix-missing-const-getLibcallNames
  Home:   https://github.com/llvm/llvm-project
  Commit: 7f45ef606b638b1b9921b51896af7a985c136971
      https://github.com/llvm/llvm-project/commit/7f45ef606b638b1b9921b51896af7a985c136971
  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.


  Commit: 16b0b3e29038bfc379e23adbfc1e9494bd2d97fb
      https://github.com/llvm/llvm-project/commit/16b0b3e29038bfc379e23adbfc1e9494bd2d97fb
  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:
  -----------
  use drop_back


Compare: https://github.com/llvm/llvm-project/compare/f57d03b25e5a...16b0b3e29038

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