[PATCH] D124253: [Clang][OpenMP] Fix the issue that one temp cubin file is not removed after compilation
Joseph Huber via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Apr 22 05:44:52 PDT 2022
jhuber6 added a comment.
Is this really the cause? `nvptx::assemble` should call `createOutputFile` which makes a temp file to output to that is added to `TempFiles`.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D124253/new/
https://reviews.llvm.org/D124253
More information about the cfe-commits
mailing list