[PATCH] D107668: [OpenMP]Fix PR50336: Remove temporary files in the offload bundler tool

Joseph Huber via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Aug 10 09:01:59 PDT 2021


jhuber6 added a comment.

In D107668#2937230 <https://reviews.llvm.org/D107668#2937230>, @jdoerfert wrote:

> Why the else?

If this input isn't an OffloadingAction then it is a `.o` file which we already list as a temporary file. If it was an OffloadingAction then we have an extra device-specific filename like `.cubin` that we don't automatically list as a temporary file.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D107668/new/

https://reviews.llvm.org/D107668



More information about the cfe-commits mailing list