[PATCH] D124253: [Clang][OpenMP] Fix the issue that one temp cubin file is not removed after compilation

Shilei Tian via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Apr 22 05:50:16 PDT 2022


tianshilei1992 added a comment.

In D124253#3467375 <https://reviews.llvm.org/D124253#3467375>, @jhuber6 wrote:

> Is this really the cause? `nvptx::assemble` should call `createOutputFile` which makes a temp file to output to that is added to `TempFiles`.

Hmm, that's interesting. After adding that line, the temp file gets removed.


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