This is an archive of the discontinued LLVM Phabricator instance.

[CUDA] Treat extern global variable shadows same as regular extern vars.
ClosedPublic

Authored by tra on Dec 21 2018, 3:54 PM.

Diff Detail

Repository
rL LLVM

Event Timeline

tra created this revision.Dec 21 2018, 3:54 PM
jlebar accepted this revision.Dec 21 2018, 4:05 PM
jlebar added inline comments.
clang/test/CodeGenCUDA/device-stub.cu
51 ↗(On Diff #179378)

definiitions

This revision is now accepted and ready to land.Dec 21 2018, 4:05 PM
tra updated this revision to Diff 179387.Dec 21 2018, 4:24 PM

Fixed a typo.

This revision was automatically updated to reflect the committed changes.