[all-commits] [llvm/llvm-project] 027053: [LLVM][IR] Make sure that DILabel's line is always...

Christian Ulmann via All-commits all-commits at lists.llvm.org
Mon Jun 1 08:33:17 PDT 2026


  Branch: refs/heads/users/dinistro/fix-di-label-print
  Home:   https://github.com/llvm/llvm-project
  Commit: 027053cd09485a8c78aaebe933ec3bba01883e5a
      https://github.com/llvm/llvm-project/commit/027053cd09485a8c78aaebe933ec3bba01883e5a
  Author: Christian Ulmann <christian.ulmann at nextsilicon.com>
  Date:   2026-06-01 (Mon, 01 Jun 2026)

  Changed paths:
    M llvm/lib/IR/AsmWriter.cpp
    A llvm/test/Assembler/dilabel.ll

  Log Message:
  -----------
  [LLVM][IR] Make sure that DILabel's line is always printed

This commit ensures that the textual IR of the DILabel always contains
the `line` information. This is required as the absence of a line causes
a parsing failure, i.e., this change fixes the print + parse roundtrip.



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