File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -163,12 +163,14 @@ class CGOpenMPRuntimeGPU : public CGOpenMPRuntime {
163
163
SourceLocation Loc) override ;
164
164
165
165
// Currently unsupported on the device.
166
+ using CGOpenMPRuntime::emitMessageClause;
166
167
llvm::Value *emitMessageClause (CodeGenFunction &CGF, const Expr *Message,
167
168
SourceLocation Loc) override ;
168
169
169
170
// Currently unsupported on the device.
170
- virtual llvm::Value *emitSeverityClause (OpenMPSeverityClauseKind Severity,
171
- SourceLocation Loc) override ;
171
+ using CGOpenMPRuntime::emitSeverityClause;
172
+ llvm::Value *emitSeverityClause (OpenMPSeverityClauseKind Severity,
173
+ SourceLocation Loc) override ;
172
174
173
175
// / Emits call to void __kmpc_push_num_threads(ident_t *loc, kmp_int32
174
176
// / global_tid, kmp_int32 num_threads) to generate code for 'num_threads'
You can’t perform that action at this time.
0 commit comments