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

Samuel Antao via cfe-commits cfe-commits at lists.llvm.org
Fri Jul 8 17:21:42 PDT 2016


sfantao marked 4 inline comments as done.
sfantao added a comment.

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.

I also replaced the test that was running the linker by something that checks the command and temporary files using -###. However, I'm still producing temporary files with -###. This problem is similar to the linker script test in http://reviews.llvm.org/D21847. Once we figure out how to tests the linker script I'll replicate the solution here too.


http://reviews.llvm.org/D21851





More information about the cfe-commits mailing list