[OpenMP] Fix deleted move constructor failing on some compiles
authorJoseph Huber <jhuber6@vols.utk.edu>
Tue, 19 Apr 2022 22:40:15 +0000 (18:40 -0400)
committerJoseph Huber <jhuber6@vols.utk.edu>
Tue, 19 Apr 2022 22:40:15 +0000 (18:40 -0400)
commitdbb10f7097dd357557b7b1976ff0b47c5627141b
treef45fc82a8959847ddcced27cd24d5fa01d60b200
parent260c5df2d52b67751f9ed33fde1b453c53f44f88
[OpenMP] Fix deleted move constructor failing on some compiles

Summary:
A previous commit added some new errors that were not correctly casted
to an r-value. This doesn't work on some compilers.
clang/tools/clang-linker-wrapper/ClangLinkerWrapper.cpp