Patch by Greg Rodgers.
Revised and lit test added by Yaxun Liu.
Details
Details
Diff Detail
Diff Detail
Event Timeline
lib/CodeGen/CodeGenModule.cpp | ||
---|---|---|
4684 | Please add a target hook for this instead of building a list of targets that don't support it. |
Paths
| Differential D44987
Disable emitting static extern C aliases for amdgcn target for CUDA ClosedPublic Authored by yaxunl on Mar 28 2018, 10:38 AM.
Details Summary Patch by Greg Rodgers.
Diff Detail Event TimelineThis revision is now accepted and ready to land.Mar 28 2018, 10:50 AM
Closed by commit rL328793: Disable emitting static extern C aliases for amdgcn target for CUDA (authored by yaxunl). · Explain WhyMar 29 2018, 7:53 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 140129 lib/CodeGen/CodeGenModule.cpp
lib/CodeGen/TargetInfo.h
lib/CodeGen/TargetInfo.cpp
test/CodeGenCUDA/alias.cu
|
Please add a target hook for this instead of building a list of targets that don't support it.