This is an archive of the discontinued LLVM Phabricator instance.

[NFC] Pass GV value type instead of pointer type to GetOrCreateLLVMGlobal
ClosedPublic

Authored by aeubanks on May 17 2021, 10:10 AM.

Details

Summary

For opaque pointers, to avoid PointerType::getElementType().

Diff Detail

Event Timeline

aeubanks requested review of this revision.May 17 2021, 10:10 AM
aeubanks created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptMay 17 2021, 10:10 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript
dblaikie accepted this revision.May 17 2021, 3:27 PM

Looks good, thanks!

This revision is now accepted and ready to land.May 17 2021, 3:27 PM
This revision was landed with ongoing or failed builds.May 17 2021, 6:50 PM
This revision was automatically updated to reflect the committed changes.