This is an archive of the discontinued LLVM Phabricator instance.

[CUDA] Disallow 'extern __shared__' variables.
ClosedPublic

Authored by jlebar on Sep 30 2016, 1:54 PM.

Diff Detail

Repository
rL LLVM

Event Timeline

jlebar updated this revision to Diff 73133.Sep 30 2016, 1:54 PM
jlebar retitled this revision from to [CUDA] Disallow 'extern __shared__' variables..
jlebar updated this object.
jlebar added a reviewer: rnk.
jlebar added subscribers: tra, cfe-commits.
jlebar updated this revision to Diff 73136.Sep 30 2016, 2:02 PM

Fix typo (and add a test to catch it).

tra accepted this revision.Sep 30 2016, 2:11 PM
tra added a reviewer: tra.

LGTM.

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