[Openmp-commits] [PATCH] D39708: [OMPT] Fix test cancel_parallel.c
Joachim Protze via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Wed Nov 8 09:19:04 PST 2017
protze.joachim added a comment.
Instead of saving the address and printing it in a new team afterwards, you could also use CHECK-DAG and print the address, where you store it.
In that case, you should add another, unrelated match in between (e.g., the thread_begin event)
Not sure, which approach is better :)
https://reviews.llvm.org/D39708
More information about the Openmp-commits
mailing list