aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python/lldb-python.h
diff options
context:
space:
mode:
authorAlexandre Ganea <alexandre.ganea@ubisoft.com>2020-02-21 10:05:07 -0500
committerAlexandre Ganea <alexandre.ganea@ubisoft.com>2020-02-21 10:06:04 -0500
commit5125803d344b848cdfc9441edfcc36dc8e488407 (patch)
treeaae212b540e909fd59dc78ef9b14acd1b8147a9c /lldb/source/Plugins/ScriptInterpreter/Python/lldb-python.h
parentf0c642e82274158f692d184de177be65eba814c1 (diff)
downloadllvm-5125803d344b848cdfc9441edfcc36dc8e488407.zip
llvm-5125803d344b848cdfc9441edfcc36dc8e488407.tar.gz
llvm-5125803d344b848cdfc9441edfcc36dc8e488407.tar.bz2
[mlir] Silence error: call to constructor of 'llvm::APInt' is ambiguous
I was getting this error when using Clang 9.0.1 for compiling. F:\llvm-project\mlir\lib\IR\Builders.cpp(119,27): error: call to constructor of 'llvm::APInt' is ambiguous APInt(32, value, /*isSigned=*/false)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ F:\llvm-project\llvm\include\llvm/ADT/APInt.h(277,3): note: candidate constructor APInt(unsigned numBits, uint64_t val, bool isSigned = false) ^ F:\llvm-project\llvm\include\llvm/ADT/APInt.h(304,3): note: candidate constructor APInt(unsigned numBits, unsigned numWords, const uint64_t bigVal[]); ^ 1 error generated.
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/lldb-python.h')
0 files changed, 0 insertions, 0 deletions