diff options
author | Shilei Tian <i@tianshilei.me> | 2023-12-15 08:15:52 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-15 08:15:52 -0500 |
commit | 54b54d63caa8b672cbc97fe291ad1b4e4f5895a6 (patch) | |
tree | ccff630dc17eac089b69a0149c37a1609324eb11 /flang/lib/Frontend/CompilerInvocation.cpp | |
parent | 3546f4da1975ec65c1ccc5a2372f050c2a9b92aa (diff) | |
download | llvm-54b54d63caa8b672cbc97fe291ad1b4e4f5895a6.zip llvm-54b54d63caa8b672cbc97fe291ad1b4e4f5895a6.tar.gz llvm-54b54d63caa8b672cbc97fe291ad1b4e4f5895a6.tar.bz2 |
[OpenMP] Fix compile error caused by #74397 (#75419)
This patch fixed the following compile error caused by #74397.
```
openmp/libomptarget/src/PluginManager.cpp: In static member function ‘static llvm::Expected<std::unique_ptr<PluginAdaptorTy> >
PluginAdaptorTy::create(const string&)’:
openmp/libomptarget/src/PluginManager.cpp:50:10: error: could not convert ‘PluginAdaptor’ from ‘std::unique_ptr<PluginAdaptorTy
>’ to ‘llvm::Expected<std::unique_ptr<PluginAdaptorTy> >’
return PluginAdaptor; ^~~~~~~~~~~~~
```
Diffstat (limited to 'flang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions