This is an archive of the discontinued LLVM Phabricator instance.

[LLVM-C] Add an accessor for the "value type" of a global
ClosedPublic

Authored by CodaFi on Sep 28 2018, 9:22 AM.

Details

Summary

Before this, there was no reasonable way to retrieve the type of a global value (most notably, a function) that was created with the C API.

Diff Detail

Repository
rL LLVM

Event Timeline

CodaFi created this revision.Sep 28 2018, 9:22 AM
CodaFi edited the summary of this revision. (Show Details)Sep 28 2018, 9:24 AM
CodaFi edited the summary of this revision. (Show Details)
whitequark accepted this revision.Sep 28 2018, 9:25 AM
This revision is now accepted and ready to land.Sep 28 2018, 9:25 AM
This revision was automatically updated to reflect the committed changes.