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.
Diff 167500 include/llvm-c/Core.h
lib/IR/Core.cpp
|