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.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D52659
[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
Event TimelineThis revision is now accepted and ready to land.Sep 28 2018, 9:25 AM Closed by commit rL343363: [LLVM-C] Add an accessor for the "value type" of a global (authored by CodaFi). · Explain WhySep 28 2018, 1:56 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 167543 llvm/trunk/include/llvm-c/Core.h
llvm/trunk/lib/IR/Core.cpp
|