Using opaque pointers in function signatures leads to an attempt to recursively convert all types, including sub types in LLVM types. In the case of LLVM pointers, it may not have a subtype aka element type if it is opaque which would then lead to a null pointer dereference.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo