[PATCH] D116541: [OpenMP] Introduce new flag to change offloading driver pipeline
Joseph Huber via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jan 31 16:45:19 PST 2022
jhuber6 added a comment.
In D116541#3285927 <https://reviews.llvm.org/D116541#3285927>, @thakis wrote:
> Still failing: http://45.33.8.238/macm1/26873/step_7.txt
It seems what's happening here is that we are building the host.bc twice, this will work fine but isn't ideal. I prevent this manually by checking the cache if one of the jobs was already created, but for some reason that doesn't seem to be happening here. I'll need to figure out how to reproduce this.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D116541/new/
https://reviews.llvm.org/D116541
More information about the cfe-commits
mailing list