Code in Evaluate/type.cpp was maintaining a very old assumption that
procedure pointers would need to be represented as descriptors. This
is not the case -- they are code or thunk addresses.
Details
Details
- Reviewers
jeanPerier - Commits
- rGd15491e90c5b: [flang] Procedure pointers are not descriptors
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo