[all-commits] [llvm/llvm-project] 63bb9f: [llvm-exegesis] Improve error reporting in Assembl...

Miloš Stojanović via All-commits all-commits at lists.llvm.org
Tue Feb 18 05:31:34 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 63bb9fee525f8f29fd9c2174fa7f15573c3d1fd7
      https://github.com/llvm/llvm-project/commit/63bb9fee525f8f29fd9c2174fa7f15573c3d1fd7
  Author: Miloš Stojanović <Milos.Stojanovic at rt-rk.com>
  Date:   2020-02-18 (Tue, 18 Feb 2020)

  Changed paths:
    M llvm/tools/llvm-exegesis/lib/Assembler.cpp
    M llvm/tools/llvm-exegesis/lib/Assembler.h
    M llvm/tools/llvm-exegesis/lib/BenchmarkRunner.cpp

  Log Message:
  -----------
  [llvm-exegesis] Improve error reporting in Assembler.cpp

Followup to D74085.
Replace the use of `report_fatal_error()` with returning the error to
`llvm-exegesis.cpp` and handling it there.

Differential Revision: https://reviews.llvm.org/D74325




More information about the All-commits mailing list