[PATCH] D37912: [OpenMP] Bugfix: output file name drops the absolute path where full path is needed.
Gheorghe-Teodor Bercea via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Sep 15 11:48:52 PDT 2017
gtbercea added a comment.
In https://reviews.llvm.org/D37912#872294, @tra wrote:
> Shouldn't this temp .cubin file go into the temporary directory, as opposed to the same directory as the input file?
That is indeed the intention. The filename already contains the "/tmp/" I just make sure that doesn't get dropped.
Repository:
rL LLVM
https://reviews.llvm.org/D37912
More information about the cfe-commits
mailing list