[Support] ErrorHandling.h - Remove report_fatal_error(std::string)
authorSimon Pilgrim <llvm-dev@redking.me.uk>
Wed, 6 Oct 2021 13:30:31 +0000 (14:30 +0100)
committerSimon Pilgrim <llvm-dev@redking.me.uk>
Wed, 6 Oct 2021 13:32:38 +0000 (14:32 +0100)
commitf6fa95b77f33c3690e4201e505cb8dce1433abd9
tree69b0994764f83572c7312b85ce2761ded2af6704
parent92128b7801fdff86970145854d3d7f0a514d1700
[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.
llvm/include/llvm/Support/ErrorHandling.h
llvm/lib/Support/ErrorHandling.cpp