[all-commits] [llvm/llvm-project] e31e6f: [TableGen] Print assert message inline with assert...

Rahul Joshi via All-commits all-commits at lists.llvm.org
Fri Oct 4 13:22:12 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e31e6f259ed22acfb2135700cb0482f84d6ea386
      https://github.com/llvm/llvm-project/commit/e31e6f259ed22acfb2135700cb0482f84d6ea386
  Author: Rahul Joshi <rjoshi at nvidia.com>
  Date:   2024-10-04 (Fri, 04 Oct 2024)

  Changed paths:
    M llvm/lib/TableGen/Error.cpp
    M llvm/test/TableGen/assert.td

  Log Message:
  -----------
  [TableGen] Print assert message inline with assert failure (#111184)

Print assert message after the "assertion failed" message instead of
printing it as a separate note. This makes the assert failure reporting
less verbose and also more useful to see the failure message inline with
the "assertion failed" message.



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