[PATCH] D64592: [OpenMP] Fix declare target link implementation
Alexey Bataev via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Jul 19 09:38:15 PDT 2019
ABataev added a comment.
LG with a nit.
================
Comment at: lib/CodeGen/CGOpenMPRuntime.cpp:2595
+ unsigned DeviceID, Line;
+ unsigned FileID = 0;
+ getTargetEntryUniqueInfo(CGM.getContext(),
----------------
No need to initialize FileID.
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D64592/new/
https://reviews.llvm.org/D64592
More information about the cfe-commits
mailing list