[PATCH] D21851: [Driver][OpenMP][CUDA] Add capability to bundle object files in sections of the host binary format.

Jonas Hahnfeld via cfe-commits cfe-commits at lists.llvm.org
Sun Jul 10 23:25:20 PDT 2016


Hahnfeld added a comment.

In http://reviews.llvm.org/D21851#479042, @sfantao wrote:

> That was probably not the reason why you were getting the failure, but the bundler was not prepared to bundle files if the host was not the first input. I fixed that.


This was indeed the problem, this now looks better and has the host object as default (though I don't yet understand why the order in `-targets=` is different for me...).

Thanks,
Jonas


http://reviews.llvm.org/D21851





More information about the cfe-commits mailing list