[PATCH] D47394: [OpenMP][Clang][NVPTX] Replace bundling with partial linking for the OpenMP NVPTX device offloading toolchain
Samuel Antao via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue May 29 09:00:40 PDT 2018
sfantao added a comment.
Just to clarify one thing in my last comment:
When I say that we didn't aim at having clang compatible with other compilers, I mean the OpenMP offloading descriptors, where all the variables and offloading entry points are. Of course we want to allow the resulting binaries to be compatible with linkers taking inputs of other compilers, so that you can have, e.g., OpenMP and CUDA supported in the same executable, even though working independently.
Repository:
rC Clang
https://reviews.llvm.org/D47394
More information about the cfe-commits
mailing list