[Openmp-commits] [openmp] [Libomptarget] Remove remaining global constructors in plugins (PR #75814)
Shilei Tian via Openmp-commits
openmp-commits at lists.llvm.org
Mon Dec 18 08:55:30 PST 2023
================
@@ -190,7 +190,7 @@ struct RecordReplayTy {
void setStatus(RRStatusTy Status) { this->Status = Status; }
bool isSaveOutputEnabled() const { return ReplaySaveOutput; }
- RecordReplayTy()
+ constexpr RecordReplayTy()
----------------
shiltian wrote:
We don't need this c'tor here any more right?
https://github.com/llvm/llvm-project/pull/75814
More information about the Openmp-commits
mailing list