diff options
author | Simon Pilgrim <llvm-dev@redking.me.uk> | 2021-10-06 13:32:18 +0100 |
---|---|---|
committer | Simon Pilgrim <llvm-dev@redking.me.uk> | 2021-10-06 13:32:57 +0100 |
commit | f1be391bed5332a4926f1007790f7bd02a9d4bfa (patch) | |
tree | f446cf0af601eab0973754326c7f7502cc3f121b /llvm/lib/Support/ErrorHandling.cpp | |
parent | fd185cfc513c4e5e280acc6d4e7248b773285798 (diff) | |
download | llvm-f1be391bed5332a4926f1007790f7bd02a9d4bfa.zip llvm-f1be391bed5332a4926f1007790f7bd02a9d4bfa.tar.gz llvm-f1be391bed5332a4926f1007790f7bd02a9d4bfa.tar.bz2 |
[polly] 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