diff options
author | Jonathan Roelofs <jonathan@codesourcery.com> | 2016-08-10 19:50:14 +0000 |
---|---|---|
committer | Jonathan Roelofs <jonathan@codesourcery.com> | 2016-08-10 19:50:14 +0000 |
commit | 851b79dc4d96c6331093d273fdc51eb3c65cb72b (patch) | |
tree | 052d07c3ecce65c22c82242632b0412deaf5e343 /lldb/unittests/ScriptInterpreter/Python | |
parent | 9ef6b6b4f4e4004f260563e312036d7be132cfbf (diff) | |
download | llvm-851b79dc4d96c6331093d273fdc51eb3c65cb72b.zip llvm-851b79dc4d96c6331093d273fdc51eb3c65cb72b.tar.gz llvm-851b79dc4d96c6331093d273fdc51eb3c65cb72b.tar.bz2 |
Fix UB in APInt::ashr
i64 -1, whose sign bit is the 0th one, can't be left shifted without invoking UB.
https://reviews.llvm.org/D23362
llvm-svn: 278280
Diffstat (limited to 'lldb/unittests/ScriptInterpreter/Python')
0 files changed, 0 insertions, 0 deletions