зеркало из https://github.com/microsoft/clang.git
d40c9d5c5a
Linking options for particular file depend on the option that specifies the file. Currently there are two: * -mlink-bitcode-file links in complete content of the specified file. * -mlink-cuda-bitcode links in only the symbols needed by current TU. Linked symbols are internalized. This bitcode linking mode is used to link device-specific bitcode provided by CUDA. Files are linked in order they are specified on command line. -mlink-cuda-bitcode replaces -fcuda-uses-libdevice flag. Differential Revision: http://reviews.llvm.org/D13913 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@251427 91177308-0d34-0410-b5e6-96231b3b80d8 |
||
---|---|---|
.. | ||
Inputs | ||
address-spaces.cu | ||
cuda-builtin-vars.cu | ||
device-stub.cu | ||
filter-decl.cu | ||
function-overload.cu | ||
host-device-calls-host.cu | ||
kernel-call.cu | ||
launch-bounds.cu | ||
link-device-bitcode.cu | ||
llvm-used.cu | ||
ptx-kernels.cu |