[all-commits] [llvm/llvm-project] dbb10f: [OpenMP] Fix deleted move constructor failing on s...
Joseph Huber via All-commits
all-commits at lists.llvm.org
Tue Apr 19 15:41:38 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: dbb10f7097dd357557b7b1976ff0b47c5627141b
https://github.com/llvm/llvm-project/commit/dbb10f7097dd357557b7b1976ff0b47c5627141b
Author: Joseph Huber <jhuber6 at vols.utk.edu>
Date: 2022-04-19 (Tue, 19 Apr 2022)
Changed paths:
M clang/tools/clang-linker-wrapper/ClangLinkerWrapper.cpp
Log Message:
-----------
[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.
More information about the All-commits
mailing list