File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
openmp/libomptarget/plugins-nextgen/common Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1393,7 +1393,7 @@ template <typename ResourceRef> class GenericDeviceResourceManagerTy {
1393
1393
};
1394
1394
1395
1395
// / A static check on whether or not we support RPC in libomptarget.
1396
- const bool libomptargetSupportsRPC ();
1396
+ bool libomptargetSupportsRPC ();
1397
1397
1398
1398
} // namespace plugin
1399
1399
} // namespace target
Original file line number Diff line number Diff line change @@ -1560,7 +1560,7 @@ Expected<bool> GenericPluginTy::checkELFImage(StringRef Image) const {
1560
1560
return isELFCompatible (Image);
1561
1561
}
1562
1562
1563
- const bool llvm::omp::target::plugin::libomptargetSupportsRPC () {
1563
+ bool llvm::omp::target::plugin::libomptargetSupportsRPC () {
1564
1564
#ifdef LIBOMPTARGET_RPC_SUPPORT
1565
1565
return true ;
1566
1566
#else
You can’t perform that action at this time.
0 commit comments