Skip to content

Commit 042adcf

Browse files
Update TODO message to be more user friendly
1 parent a4ba0a2 commit 042adcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flang/lib/Lower/OpenMP/Clauses.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -978,7 +978,7 @@ Map make(const parser::OmpClause::Map &inp,
978978
auto &t4 = std::get<parser::OmpMapperIdentifier>(inp.v.t);
979979

980980
if (t4.v)
981-
TODO_NOLOC("OmpMapClause(MAPPER(...))");
981+
TODO_NOLOC("OmpMapClause(MAPPER(...)): user defined mapper not supported");
982982

983983
// These should have been diagnosed already.
984984
assert((!t1 || t1->size() == 1) && "Only one iterator modifier is allowed");

0 commit comments

Comments
 (0)