Fix gcc build for r355249
authorPavel Labath <pavel@labath.sk>
Sat, 2 Mar 2019 16:23:07 +0000 (16:23 +0000)
committerPavel Labath <pavel@labath.sk>
Sat, 2 Mar 2019 16:23:07 +0000 (16:23 +0000)
commit113c4c108df506dd6806e4e3b2a26b2e66200918
tree44d41e461cecabc4d17bc5b40b4f0e967239c2b6
parent31291a403c8a759aa4a33db7502730929db416a3
Fix gcc build for r355249

automatic move should not fire when returning type T in a function with
result type Expected<T>. Some compilers seem to allow that nonetheless.

llvm-svn: 355270
lldb/source/Utility/Reproducer.cpp