llvm-project
cf8c730c - Fix LinalgOps build error on older clang versions

Commit
1 year ago
Fix LinalgOps build error on older clang versions As reported in the PR #123618, 0d4efa27252cbbea4b56 included a construction of a `FailureOr` object with a `nullptr`, which didn't work in at least clang-10. This patch changes it into a constructor call instead of a brace-init call so that it is unambiguous.
Author
Committer
Parents
Loading