diff options
author | Dmitry Vassiliev <dvassiliev@accesssoftek.com> | 2022-07-23 16:28:18 +0200 |
---|---|---|
committer | Dmitry Vassiliev <dvassiliev@accesssoftek.com> | 2022-07-23 16:28:18 +0200 |
commit | 4acc02357e58b1299f0d7d7d734dfb7075df87da (patch) | |
tree | 97c6186470183bd58c545d0b442fd6292b4523c9 /lldb/source/Plugins/ScriptInterpreter/Python/ScriptedPythonInterface.h | |
parent | aba43035bdf89c08409f0efccaf5408165abed9e (diff) | |
download | llvm-4acc02357e58b1299f0d7d7d734dfb7075df87da.zip llvm-4acc02357e58b1299f0d7d7d734dfb7075df87da.tar.gz llvm-4acc02357e58b1299f0d7d7d734dfb7075df87da.tar.bz2 |
[IR] Fixed ambiguous call to llvm::report_fatal_error
This patch fixes the following error with MSVC 16.9.2:
llvm/lib/IR/GCStrategy.cpp(35): error C2668: 'llvm::report_fatal_error': ambiguous call to overloaded function
llvm/include/llvm/Support/ErrorHandling.h(75): note: could be 'void llvm::report_fatal_error(const llvm::Twine &,bool)'
llvm/include/llvm/Support/ErrorHandling.h(73): note: or 'void llvm::report_fatal_error(llvm::StringRef,bool)'
llvm/lib/IR/GCStrategy.cpp(35): note: while trying to match the argument list '(const std::string)'
Reviewed By: RKSimon, barannikov88
Differential Revision: https://reviews.llvm.org/D130407
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/ScriptedPythonInterface.h')
0 files changed, 0 insertions, 0 deletions