Commit 00bb18a7 authored by Nikita Popov's avatar Nikita Popov
Browse files

[llvm-dwp] Remove incorrect std::move()

DWOName is still used afterwards. The only reason this works out
right now is that SmallString does not actually have a constructor
that can take advantage of the move.
parent fa9301f3
Pipeline #3631 failed with stages