jhuber6 wrote: In offloading languages like CUDA / HIP my understanding is that the device-side compilations are not independent build targets, so we do not want to create dependencies for them separate from the host. This is why all of them are currently attached to the host compilation, which is why I'm leaning towards saying that the proper solution is to list these files as dependencies on the one we already have. There is no separate 'device' build to re-run as far as make is concerned, it's just the host object.
https://github.com/llvm/llvm-project/pull/176072 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
