[Openmp-commits] [PATCH] D95133: [OpenMP] Fix failing test due to change in offloading flags
Johannes Doerfert via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Thu Jan 21 08:32:38 PST 2021
jdoerfert accepted this revision.
jdoerfert added a comment.
This revision is now accepted and ready to land.
LGTM one nit
================
Comment at: openmp/libomptarget/src/private.h:150
- INFO(DeviceId, "%s(%s)[%ld] %s\n", type,
+ INFO(-1, DeviceId, "%s(%s)[%ld] %s\n", type,
getNameFromMapping(varName).c_str(), ArgSizes[i], implicit);
----------------
Add a constant for this.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D95133/new/
https://reviews.llvm.org/D95133
More information about the Openmp-commits
mailing list