Skip to content

Commit fc0bd6e

Browse files
Update diagnostic error expected in openmp-todo.mlir
1 parent 7260395 commit fc0bd6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/test/Target/LLVMIR/openmp-todo.mlir

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ omp.private {type = firstprivate} @x.privatizer : i32 copy {
340340
}
341341
llvm.func @target_firstprivate(%x : !llvm.ptr) {
342342
%0 = omp.map.info var_ptr(%x : !llvm.ptr, i32) map_clauses(to) capture(ByRef) -> !llvm.ptr
343-
// expected-error@below {{not yet implemented: Unhandled clause}}
343+
// expected-error@below {{not yet implemented: Unhandled clause privatization for deferred target tasks in omp.target operation}}
344344
// expected-error@below {{LLVM Translation failed for operation: omp.target}}
345345
omp.target nowait map_entries(%0 -> %blockarg0 : !llvm.ptr) private(@x.privatizer %x -> %arg0 [map_idx=0] : !llvm.ptr) {
346346
omp.terminator

0 commit comments

Comments
 (0)