diff options
author | Simon Pilgrim <llvm-dev@redking.me.uk> | 2021-10-06 12:57:04 +0100 |
---|---|---|
committer | Simon Pilgrim <llvm-dev@redking.me.uk> | 2021-10-06 12:57:20 +0100 |
commit | e244a6fec7c9724bca31a49fec34400c1e4dc417 (patch) | |
tree | b1361bb2c51ba61bc0ab2d6c984930d291c4d438 /llvm/lib/Support/ErrorHandling.cpp | |
parent | 00e704bf080ffeeb9e334fb3ab71594f9aa50969 (diff) | |
download | llvm-e244a6fec7c9724bca31a49fec34400c1e4dc417.zip llvm-e244a6fec7c9724bca31a49fec34400c1e4dc417.tar.gz llvm-e244a6fec7c9724bca31a49fec34400c1e4dc417.tar.bz2 |
[mlir] Replace report_fatal_error(std::string) uses with report_fatal_error(Twine)
As described on D111049, we're trying to remove the <string> dependency from error handling and replace uses of report_fatal_error(const std::string&) with the Twine() variant which can be forward declared.
Diffstat (limited to 'llvm/lib/Support/ErrorHandling.cpp')
0 files changed, 0 insertions, 0 deletions