[Openmp-commits] [PATCH] D110202: [OpenMP] Add function tracing debugging to device RTL
Shilei Tian via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Wed Oct 27 09:20:36 PDT 2021
tianshilei1992 added inline comments.
================
Comment at: openmp/libomptarget/DeviceRTL/src/Debug.cpp:52
+ PRINTF("Line %u: Thread %u Entering %s:%u\n", Line,
+ mapping::getThreadIdInBlock(), Function);
+ Level++;
----------------
There are four placeholders but only three arguments. What is the last `%u`?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D110202/new/
https://reviews.llvm.org/D110202
More information about the Openmp-commits
mailing list