diff options
author | Jordan Rose <jordan_rose@apple.com> | 2016-07-25 20:34:25 +0000 |
---|---|---|
committer | Jordan Rose <jordan_rose@apple.com> | 2016-07-25 20:34:25 +0000 |
commit | 10697a7c34e27a82efdffb3b29254ffc9309704f (patch) | |
tree | 57c648a72b5b70653b4aac144763625a17435386 /llvm/lib/Object/Archive.cpp | |
parent | a4c2efb60db9284fd5b7b5b42f72077c6a5ffb54 (diff) | |
download | llvm-10697a7c34e27a82efdffb3b29254ffc9309704f.zip llvm-10697a7c34e27a82efdffb3b29254ffc9309704f.tar.gz llvm-10697a7c34e27a82efdffb3b29254ffc9309704f.tar.bz2 |
Fix r276671 to not use a defaulted move constructor.
MSVC won't provide the body of this move constructor and assignment
operator, possibly because the copy constructor is banned. Just write
it manually.
llvm-svn: 276685
Diffstat (limited to 'llvm/lib/Object/Archive.cpp')
0 files changed, 0 insertions, 0 deletions