]> granicus.if.org Git - clang/commit
Rename -mlink-cuda-bitcode to -mlink-builtin-bitcode
authorMatt Arsenault <Matthew.Arsenault@amd.com>
Mon, 20 Aug 2018 18:16:48 +0000 (18:16 +0000)
committerMatt Arsenault <Matthew.Arsenault@amd.com>
Mon, 20 Aug 2018 18:16:48 +0000 (18:16 +0000)
commitfef69ae4fb285abd199cb26226d795b914477a64
tree02fecf3eb8457a621cc2b2139bdb6083c66c3eae
parentb1704c44075127f55e2ae1e68eae19de417b072e
Rename -mlink-cuda-bitcode to -mlink-builtin-bitcode

The same semantics work for OpenCL, and probably any offload
language. Keep the old name around as an alias.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@340193 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Driver/CC1Options.td
lib/Driver/ToolChains/Cuda.cpp
lib/Frontend/CompilerInvocation.cpp
test/CodeGenCUDA/link-device-bitcode.cu
test/CodeGenCUDA/propagate-metadata.cu
test/Driver/cuda-detect.cu
test/Driver/openmp-offload-gpu.c