The CUDA toolchain needs to know which Actions created which InputInfos,
because it needs to attach GPU archs to the various InputInfos.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D16078
Add an Action* member to InputInfo. ClosedPublic Authored by jlebar on Jan 11 2016, 1:18 PM.
Details Summary The CUDA toolchain needs to know which Actions created which InputInfos,
Diff Detail
Event Timelinejlebar updated this object. This revision is now accepted and ready to land.Jan 11 2016, 2:39 PM Closed by commit rL257411: Add an Action* member to InputInfo. (authored by jlebar). · Explain WhyJan 11 2016, 3:19 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 44568 cfe/trunk/lib/Driver/Driver.cpp
cfe/trunk/lib/Driver/InputInfo.h
cfe/trunk/lib/Driver/Tools.cpp
|