[all-commits] [llvm/llvm-project] 1cfe5b: [lldb] Use SEND_ERROR instead of FATAL_ERROR in te...

Jonas Devlieghere via All-commits all-commits at lists.llvm.org
Wed Oct 9 11:33:04 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 1cfe5b89b70c8170da041e9507fd0801be766669
      https://github.com/llvm/llvm-project/commit/1cfe5b89b70c8170da041e9507fd0801be766669
  Author: Jonas Devlieghere <jonas at devlieghere.com>
  Date:   2024-10-09 (Wed, 09 Oct 2024)

  Changed paths:
    M lldb/test/CMakeLists.txt

  Log Message:
  -----------
  [lldb] Use SEND_ERROR instead of FATAL_ERROR in test/CMakeLists.txt (#111729)

Use SEND_ERROR (continue processing, but skip generation) instead of
FATAL_ERROR (stop processing and generation). This means that developers
get to see all errors at once, instead of seeing just the first error
and having to reconfigure to discover the next one.



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