[all-commits] [llvm/llvm-project] 88c69e: [Object][GOFF] Recognize RLD and LEN records (#207...

Amy Kwan via All-commits all-commits at lists.llvm.org
Thu Jul 16 09:28:21 PDT 2026


  Branch: refs/heads/release/23.x
  Home:   https://github.com/llvm/llvm-project
  Commit: 88c69e55f3da48bcebdb425f54431f80ce457c8d
      https://github.com/llvm/llvm-project/commit/88c69e55f3da48bcebdb425f54431f80ce457c8d
  Author: Amy Kwan <amy.kwan1 at ibm.com>
  Date:   2026-07-16 (Thu, 16 Jul 2026)

  Changed paths:
    M llvm/lib/Object/GOFFObjectFile.cpp

  Log Message:
  -----------
  [Object][GOFF] Recognize RLD and LEN records (#207118)

This patch adds explicit cases for RT_RLD and RT_LEN records when
parsing GOFF objects. These record types are not handled yet, but
recognizing them allows us to diagnose them and avoids teating them as
unexpected records.

(cherry picked from commit c40401dd8d28e88519433531c041b0b7e5ada8a9)



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