[lldb] Fix build error from 07355c1c08b
authorPavel Labath <pavel@labath.sk>
Mon, 17 Feb 2020 13:12:29 +0000 (14:12 +0100)
committerPavel Labath <pavel@labath.sk>
Mon, 17 Feb 2020 13:12:29 +0000 (14:12 +0100)
commitb2d64b698f8771290e42e558a1e6cc645375b90c
tree371d44deed0089e0babd42a79deb23d7fd397abc
parent67f63f3f7c27a8438236538fdda75e32c819cc54
[lldb] Fix build error from 07355c1c08b

The error is: no matching function for call to 'transform(std::string&, std::__cxx11::basic_string<char>::iterator, <unresolved overloaded function type>)'

The fix: replace llvm::transform with an equally simple hand-rolled
loop.
lldb/source/Target/ABI.cpp