[PATCH] D52377: [HIP] Support early finalization of device code for -fno-gpu-rdc
Yaxun Liu via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Oct 1 10:52:51 PDT 2018
yaxunl updated this revision to Diff 167774.
yaxunl retitled this revision from "[HIP] Support early finalization of device code" to "[HIP] Support early finalization of device code for -fno-gpu-rdc".
yaxunl edited the summary of this revision.
yaxunl added a comment.
Uses -fno-gpu-rdc for early finalization.
https://reviews.llvm.org/D52377
Files:
include/clang/Basic/LangOptions.def
include/clang/Driver/Options.td
include/clang/Driver/Types.def
lib/AST/Decl.cpp
lib/CodeGen/CGCUDANV.cpp
lib/Driver/Driver.cpp
lib/Driver/ToolChains/Clang.cpp
lib/Driver/ToolChains/CommonArgs.cpp
lib/Driver/ToolChains/Cuda.cpp
lib/Driver/ToolChains/HIP.cpp
lib/Driver/ToolChains/HIP.h
lib/Frontend/CompilerInvocation.cpp
lib/Sema/SemaDeclAttr.cpp
test/CodeGenCUDA/device-stub.cu
test/Driver/cuda-external-tools.cu
test/Driver/cuda-phases.cu
test/Driver/hip-output-file-name.hip
test/Driver/hip-toolchain-no-rdc.hip
test/Driver/hip-toolchain-rdc.hip
test/Driver/hip-toolchain.hip
test/SemaCUDA/extern-shared.cu
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D52377.167774.patch
Type: text/x-patch
Size: 51552 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20181001/fcde3f0a/attachment-0001.bin>
More information about the cfe-commits
mailing list