This is an archive of the discontinued LLVM Phabricator instance.

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,
because it needs to attach GPU archs to the various InputInfos.

Diff Detail

Repository
rL LLVM

Event Timeline

jlebar updated this revision to Diff 44539.Jan 11 2016, 1:18 PM
jlebar retitled this revision from to Add an Action* member to InputInfo..
jlebar updated this object.
jlebar added a reviewer: echristo.
jlebar added subscribers: cfe-commits, tra, jhen.
echristo accepted this revision.Jan 11 2016, 2:39 PM
echristo edited edge metadata.

Sure. Seems reasonable.

-eric

This revision is now accepted and ready to land.Jan 11 2016, 2:39 PM
This revision was automatically updated to reflect the committed changes.