[all-commits] [llvm/llvm-project] 338dd1: llvm-symbolizer: Ensure non-zero exit when an erro...

David Blaikie via All-commits all-commits at lists.llvm.org
Wed Oct 14 22:49:01 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 338dd138ea4a70b52ab48e0c8aa38ec152b3569a
      https://github.com/llvm/llvm-project/commit/338dd138ea4a70b52ab48e0c8aa38ec152b3569a
  Author: David Blaikie <dblaikie at gmail.com>
  Date:   2020-10-14 (Wed, 14 Oct 2020)

  Changed paths:
    M llvm/test/DebugInfo/symbolize-macho-universal-unknown-arch.test
    M llvm/test/DebugInfo/symbolize-missing-file.test
    M llvm/test/tools/llvm-symbolizer/input-base.test
    M llvm/test/tools/llvm-symbolizer/sym.test
    M llvm/tools/llvm-symbolizer/llvm-symbolizer.cpp

  Log Message:
  -----------
  llvm-symbolizer: Ensure non-zero exit when an error is printed

(this doesn't cover all cases - libDebugInfoDWARF has a default error
handler that prints errors without any exit code handling - I'll be
following up with a patch for that after this)




More information about the All-commits mailing list