[all-commits] [llvm/llvm-project] f6fa95: [Support] ErrorHandling.h - Remove report_fatal_er...

Simon Pilgrim via All-commits all-commits at lists.llvm.org
Wed Oct 6 06:32:58 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: f6fa95b77f33c3690e4201e505cb8dce1433abd9
      https://github.com/llvm/llvm-project/commit/f6fa95b77f33c3690e4201e505cb8dce1433abd9
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2021-10-06 (Wed, 06 Oct 2021)

  Changed paths:
    M llvm/include/llvm/Support/ErrorHandling.h
    M llvm/lib/Support/ErrorHandling.cpp

  Log Message:
  -----------
  [Support] ErrorHandling.h - Remove report_fatal_error(std::string)

As described on D111049, removing the <string> dependency from error handling removes considerable build overhead, its recommended that the report_fatal_error(Twine) variant is used instead.




More information about the All-commits mailing list