diff options
author | Simon Pilgrim <llvm-dev@redking.me.uk> | 2021-10-06 12:04:30 +0100 |
---|---|---|
committer | Simon Pilgrim <llvm-dev@redking.me.uk> | 2021-10-06 12:04:30 +0100 |
commit | 21661607cabd3927a56481e5382c4a68ffe6c2f3 (patch) | |
tree | 6849c57fa382454f4703587462f44dc0ecbd365b /llvm/lib/Support/ErrorHandling.cpp | |
parent | b9b90bb5426ffc23cf90f133a90d1469d263522c (diff) | |
download | llvm-21661607cabd3927a56481e5382c4a68ffe6c2f3.zip llvm-21661607cabd3927a56481e5382c4a68ffe6c2f3.tar.gz llvm-21661607cabd3927a56481e5382c4a68ffe6c2f3.tar.bz2 |
[llvm] 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