[PATCH] D47394: [OpenMP][Clang][NVPTX] Replace bundling with partial linking for the OpenMP NVPTX device offloading toolchain
Gheorghe-Teodor Bercea via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Aug 7 10:08:23 PDT 2018
gtbercea added inline comments.
================
Comment at: lib/Driver/ToolChains/Cuda.cpp:664
+ // Anything that's not a file name is potentially a static library
+ // so treat it as such.
+ if (C.canSkipOffloadBundler())
----------------
sfantao wrote:
> So, what if it is not a static library?
Can it be anything else at this point?
Repository:
rC Clang
https://reviews.llvm.org/D47394
More information about the cfe-commits
mailing list