diff options
author | Tim Northover <Tim.Northover@arm.com> | 2013-02-11 14:25:52 +0000 |
---|---|---|
committer | Tim Northover <Tim.Northover@arm.com> | 2013-02-11 14:25:52 +0000 |
commit | be867971cb0e98d51a6c303bc75e9f0737ad1d95 (patch) | |
tree | c23b0b56560da4f26a44d8f1f255d0cd81caf79a /lldb/utils/vim-lldb/python-vim-lldb/vim_ui.py | |
parent | 8c0a8e5f6d9b5622f4af07815b99601962e82d39 (diff) | |
download | llvm-be867971cb0e98d51a6c303bc75e9f0737ad1d95.zip llvm-be867971cb0e98d51a6c303bc75e9f0737ad1d95.tar.gz llvm-be867971cb0e98d51a6c303bc75e9f0737ad1d95.tar.bz2 |
AArch64: fix build on some MSVC versions
This does two things:
It removes a call to abs() which may have "long long" parameter on Windows,
which is not necessarily available in C++03.
It also corrects the signedness of Amount, which was relying on
implementation-defined conversions previously.
Code was already tested (albeit in an implemnetation defined way) so no extra
tests.
llvm-svn: 174885
Diffstat (limited to 'lldb/utils/vim-lldb/python-vim-lldb/vim_ui.py')
0 files changed, 0 insertions, 0 deletions